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
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.