Class com.next.gt.EventManager
All Packages Class Hierarchy This Package Previous Next Index
Class com.next.gt.EventManager
java.lang.Object
|
+----com.next.gt.EventManager
- public class EventManager
- extends Object
-
objectsToNotify
-
-
EventManager()
-
-
handleEvent(Event)
- Handle the event by notifying registered objects.
-
registerForEventNotification(Object, int[])
- Register for notification of an event with a Vector of events.
-
registerForSingleEventNotification(Object, int)
- Register for a single notification of an event.
-
removeFromNotificationRegistry(Object)
- Remove object from notification registry.
objectsToNotify
protected Vector objectsToNotify
EventManager
public EventManager()
registerForEventNotification
public void registerForEventNotification(Object theObject,
int theEventVector[])
- Register for notification of an event with a Vector of events.
registerForSingleEventNotification
public void registerForSingleEventNotification(Object theObject,
int theEventID)
- Register for a single notification of an event.
removeFromNotificationRegistry
public void removeFromNotificationRegistry(Object theObject)
- Remove object from notification registry.
handleEvent
public boolean handleEvent(Event theEvent)
- Handle the event by notifying registered objects.
All Packages Class Hierarchy This Package Previous Next Index