|
org.openide.util 7.9.0 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CallbackSystemAction.setActionPerformer(org.openide.util.actions.ActionPerformer)
for details.
@Deprecated public interface ActionPerformer
Specifies how an action should be performed.
Should be implemented by classes which are able to perform an action's work
on its behalf, e.g. for CallbackSystemAction
s.
Method Summary | |
---|---|
void |
performAction(SystemAction action)
Deprecated. Called when the action is to be performed. |
Method Detail |
---|
void performAction(SystemAction action)
action
- the action to be performed by this performer
|
org.openide.util 7.9.0 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |