站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

ActionPerformer (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1

org.openide.util.actions
Interface ActionPerformer


Deprecated. No longer recommended. See 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 CallbackSystemActions.


Method Summary
 void performAction(SystemAction action)
          Deprecated. Called when the action is to be performed.
 

Method Detail

performAction

void performAction(SystemAction action)
Deprecated. 
Called when the action is to be performed.

Parameters:
action - the action to be performed by this performer

org.openide.util 7.9.0 1

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.