com.ibm.etill.framework.eventmgr
Class EventManager

java.lang.Object
  |
  +--com.ibm.etill.framework.eventmgr.EventManager

public synchronized class EventManager
extends Object


Constructor Summary
EventManager()
           
 
Method Summary
static EventDispatcher getEventDispatcherThread()
           
static void handleEvent(PSEvent)
           
static void handleEvent(Vector)
           
static void initialize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventManager

public EventManager()
Method Detail

initialize

public static void initialize()
                       throws ETillInitException

handleEvent

public static void handleEvent(Vector)

handleEvent

public static void handleEvent(PSEvent)

getEventDispatcherThread

public static EventDispatcher getEventDispatcherThread()