Package org.goplanit.utils.event
-
Interface Summary Interface Description Event The Event interface defines a typed event (using the EventType).EventListener Base interface for event listeners.EventProducer Interface to signify event producers. -
Class Summary Class Description EventImpl The Base implementation for LocalEvent interface.EventProducerImpl The EventProducer is the base class able to produce events.EventType Event type wraps a String representing the unique name identifier for an event. -
Enum Summary Enum Description EventListenerPriority Priority that a listener can claim upon registration for events.