当前页面:
在线文档首页 >
NetBeans API Javadoc 5.5.1
ActionsManagerAdapter (NetBeans Debugger Core API) - NetBeans API Javadoc 5.5.1
org.netbeans.api.debugger
Class ActionsManagerAdapter
java.lang.Object
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:
actionPerformed
in 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:
actionStateChanged
in interface ActionsManagerListener
- Parameters:
action
- action constantenabled
- a new state of action