org.vizzini.ui
Class ActionManager.CallbackAction
java.lang.Object
javax.swing.AbstractAction
org.vizzini.ui.ActionManager.CallbackAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- ActionManager
static class ActionManager.CallbackAction
- extends AbstractAction
Provides an action which looks up the method to call.
- Since:
- v0.1
- Version:
- v0.2
- Author:
- Jeffrey M. Thompson
ActionManager.CallbackAction
ActionManager.CallbackAction()
actionPerformed
public void actionPerformed(ActionEvent event)
- Perform the action callback.
- Since:
- v0.1
invokeCallback
protected void invokeCallback(Object target,
Method callback,
ActionEvent event)
- Invoke the given method on the given target.
- Since:
- v0.1
locateCallback
protected Method locateCallback(Object target)
- Locate the callback method on the given target.
- Since:
- v0.1
showMessage
protected void showMessage(Object target,
String msg)
- Show the given message to the user.
- Since:
- v0.1
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |