org.apache.pivot.wtk
Interface ActionListener


public interface ActionListener

Action listener interface.


Method Summary
 void enabledChanged(Action action)
          Called when an action's enabled state has changed.
 

Method Detail

enabledChanged

void enabledChanged(Action action)
Called when an action's enabled state has changed.

Parameters:
action -