public static interface ExecutionDescriptor.RerunCondition
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(ChangeListener listener)
Adds a listener to listen for the change in rerun possibility state.
|
boolean |
isRerunPossible()
Returns
true if it is possible to execute the action again. |
void |
removeChangeListener(ChangeListener listener)
Removes previously registered listener.
|
void addChangeListener(@NonNull ChangeListener listener)
listener - listener that will listen for changes in rerun possibilityvoid removeChangeListener(@NonNull ChangeListener listener)
listener - listener to removeboolean isRerunPossible()
true if it is possible to execute the action again.true if it is possible to execute the action again