Uses of Class
org.dvb.event.EventManager

Packages that use EventManager
org.dvb.event Provides access to user input events before they are processed through the event mechanism of the java.awt package. 
org.ocap.event The org.ocap.event package manages user events. 
 

Uses of EventManager in org.dvb.event
 

Methods in org.dvb.event that return EventManager
static EventManager EventManager.getInstance()
          This method returns the sole instance of the EventManager class.
 

Uses of EventManager in org.ocap.event
 

Subclasses of EventManager in org.ocap.event
 class EventManager
           The event manager allows an application to receive events coming from the user.
 

Methods in org.ocap.event that return EventManager
static EventManager EventManager.getInstance()
          This method returns the sole instance of the org.ocap.event.EventManager class.