com.samskivert.swing
Class Controller.ActionInvoker

java.lang.Object
  extended by 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.


Field Summary
protected  ActionEvent _action
           
 
Constructor Summary
Controller.ActionInvoker(ActionEvent action)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_action

protected ActionEvent _action
Constructor Detail

Controller.ActionInvoker

public Controller.ActionInvoker(ActionEvent action)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2000-2008 Michael Bayne. All Rights Reserved.