jas.util
Class CommandDispatcher

java.lang.Object
  extended by jas.util.CommandDispatcher
All Implemented Interfaces:
ActionListener, EventListener

public class CommandDispatcher
extends Object
implements ActionListener


Constructor Summary
CommandDispatcher(Object p)
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
protected  void invoke(Object target, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandDispatcher

public CommandDispatcher(Object p)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Specified by:
actionPerformed in interface ActionListener

invoke

protected void invoke(Object target,
                      Method method,
                      Object[] args)


Copyright © 2000-2009 FreeHEP. All Rights Reserved.