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

ActionsProviderListener (NetBeans Debugger Core API) - NetBeans API Javadoc 5.0.0

 

org.netbeans.spi.debugger
Interface ActionsProviderListener

All Superinterfaces:
EventListener

public interface ActionsProviderListener
extends EventListener

ActionsProvider state listener.


Method Summary
 void actionStateChange(Object action, boolean enabled)
          Called when the state of action is changed.
 

Method Detail

actionStateChange

public void actionStateChange(Object action,
                              boolean enabled)
Called when the state of action is changed.

Parameters:
action - a action
enabled - a new state of action

 

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