站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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 CallbackSystemActions.


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

Method Detail

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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.