org.apache.pivot.wtk
Class ActionClassListener.Adapter
java.lang.Object
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.
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 |
ActionClassListener.Adapter
public ActionClassListener.Adapter()
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