Package com.jgcomptech.tools.events
Contains classes to manage the custom events.
-
Interface Summary Interface Description EventHandler<T extends Event> Handler for events of a specific class / type. -
Class Summary Class Description ActionEvent AnEventrepresenting some type of action.Event Base class for custom events.EventManager Allows global event handler registration and forwards received events to the appropriate registered event handlers.EventTarget<T extends Event> Allows object event handler registration and forwards received events to the appropriate registered event handlers.EventType<T extends Event> This class represents a specific event type associated with anEvent.PermissionEvent AEventfor use with userPermissionobjects.SessionEvent