com.jeta.open.gui.framework
Class JETAController.ListenerManager

java.lang.Object
  extended by com.jeta.open.gui.framework.JETAController.ListenerManager
Enclosing class:
JETAController

public static class JETAController.ListenerManager
extends Object


Constructor Summary
JETAController.ListenerManager()
           
 
Method Summary
 void assignListener(String commandId, Object listener)
          Adds a listener to the list of listeners for a given commandid
 Object getListener(String commandId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JETAController.ListenerManager

public JETAController.ListenerManager()
Method Detail

getListener

public Object getListener(String commandId)

assignListener

public void assignListener(String commandId,
                           Object listener)
Adds a listener to the list of listeners for a given commandid



Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.