当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
ActionPerformer (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0
org.openide.util.actions
Interface ActionPerformer
- 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.
performAction
public void performAction(SystemAction action)
- Called when the action is to be performed.
- Parameters:
action
- the action to be performed by this performer