org.apache.pivot.wtk
Class ActionClassListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.ActionClassListener.Adapter
All Implemented Interfaces:
ActionClassListener
Enclosing interface:
ActionClassListener

public static class ActionClassListener.Adapter
extends Object
implements ActionClassListener

Action class listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ActionClassListener
ActionClassListener.Adapter
 
Constructor Summary
ActionClassListener.Adapter()
           
 
Method Summary
 void actionAdded(String id)
          Called when an action has been added to the named action dictionary.
 void actionRemoved(String id, Action action)
          Called when an action has been removed from the named action dictionary.
 void actionUpdated(String id, Action previousAction)
          Called when an action has been updated in the named action dictionary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionClassListener.Adapter

public ActionClassListener.Adapter()
Method Detail

actionAdded

public void actionAdded(String id)
Description copied from interface: ActionClassListener
Called when an action has been added to the named action dictionary.

Specified by:
actionAdded in interface ActionClassListener

actionUpdated

public void actionUpdated(String id,
                          Action previousAction)
Description copied from interface: ActionClassListener
Called when an action has been updated in the named action dictionary.

Specified by:
actionUpdated in interface ActionClassListener

actionRemoved

public void actionRemoved(String id,
                          Action action)
Description copied from interface: ActionClassListener
Called when an action has been removed from the named action dictionary.

Specified by:
actionRemoved in interface ActionClassListener