Interface | Description |
---|---|
EventBehaviourControllerModel |
The Interface used to control the EventBehaviour
|
EventCallable |
Interface to fire events
|
EventListenerModel |
Interface for listening to events.
|
EventModel<X extends EventModel> |
This class represents an Event, the main communication form for the AddOns.
|
EventsControllerModel |
This class can control the whether Events-Dispatcher get Fired or not.
|
Class | Description |
---|---|
EventDistributor |
This class gets all the Events from all registered EventPublisher, generates Resources and passes them to the
OutputManager.
|
EventMinimalImpl |
this is a minimal implementation of an Event.
|
LocalEventManager |
This class is used to manage local events.
|
Enum | Description |
---|---|
EventLifeCycle |
This enum contains the different stages in the lifecycle of the Event.
|
Exception | Description |
---|---|
LocalEventManager.MultipleEventsException | Deprecated |
MultipleEventsException |
Exception thrown if there are multiple Events fired at the same time.
|
Copyright © 2016. All rights reserved.