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.