当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
ActionsManagerAdapter (NetBeans Debugger Core API) - NetBeans API Javadoc 5.5.0 
org.netbeans.api.debugger
Class ActionsManagerAdapter
java.lang.Object
   org.netbeans.api.debugger.ActionsManagerAdapter
org.netbeans.api.debugger.ActionsManagerAdapter
- All Implemented Interfaces: 
- EventListener, ActionsManagerListener
- Direct Known Subclasses: 
- LazyActionsManagerListener
- public class ActionsManagerAdapter 
- extends Object- implements ActionsManagerListener
Empty implementation of ActionsManagerListener.
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ActionsManagerAdapter
public ActionsManagerAdapter()
actionPerformed
public void actionPerformed(Object action)
- Called when some action is performed.
 
- 
- Specified by:
- actionPerformedin interface- ActionsManagerListener
 
- 
- Parameters:
- action- action constant
 
actionStateChanged
public void actionStateChanged(Object action,
                               boolean enabled)
- Called when a state of some action has been changed.
 
- 
- Specified by:
- actionStateChangedin interface- ActionsManagerListener
 
- 
- Parameters:
- action- action constant
- enabled- a new state of action