|
org.netbeans.api.debugger/1 1.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionsManagerListener
This listener notifies about changes in the
DebuggerEngine
.
Field Summary | |
---|---|
static String |
PROP_ACTION_PERFORMED
Property name constant for actionPerformed(Object) event. |
static String |
PROP_ACTION_STATE_CHANGED
Property name constant for actionPerformed(Object) event. |
Method Summary | |
---|---|
void |
actionPerformed(Object action)
Called when some action is performed. |
void |
actionStateChanged(Object action,
boolean enabled)
Called when a state of some action has been changed. |
Field Detail |
---|
static final String PROP_ACTION_PERFORMED
actionPerformed(Object)
event.
It should be use as a propertyName argument in
ActionsManager.addActionsManagerListener(String,ActionsManagerListener)
call, if you would like to receive this event notification.
static final String PROP_ACTION_STATE_CHANGED
actionPerformed(Object)
event.
It should be use as a propertyName argument in
ActionsManager.addActionsManagerListener(String,ActionsManagerListener)
call, if you would like to receive this event notification.
Method Detail |
---|
void actionPerformed(Object action)
action
- action constantvoid actionStateChanged(Object action, boolean enabled)
action
- action constantenabled
- a new state of action
|
org.netbeans.api.debugger/1 1.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |