org.netbeans.api.debugger/1 1.13

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

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

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

org.netbeans.api.debugger/1 1.13

Built on April 21 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.