public abstract class CheckedAction
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected boolean |
valid
The valid flag.
|
Constructor and Description |
---|
CheckedAction()
Create a new action.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Cleanup will be executed at the end of the action.
|
boolean |
isValid()
Test if the timed object is valid.
|
void |
setValid(boolean valid)
Set the valid state.
|
public void cleanup()
public boolean isValid()
public void setValid(boolean valid)