|
org.netbeans.modules.extexecution/2 1.21.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ExecutionDescriptor.RerunCondition
Represents the possibility of reruning the action.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void addChangeListener(@NonNull
ChangeListener listener)
listener - listener that will listen for changes in rerun possibility
void 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
|
org.netbeans.modules.extexecution/2 1.21.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||