com.samskivert.swing
Class Controller.ActionInvoker
java.lang.Object
com.samskivert.swing.Controller.ActionInvoker
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Controller
protected static class Controller.ActionInvoker
- extends Object
- implements Runnable
This class is used to dispatch action events to controllers within
the context of the AWT event dispatch mechanism.
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_action
protected ActionEvent _action
Controller.ActionInvoker
public Controller.ActionInvoker(ActionEvent action)
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.