Package uk.ac.warwick.dcs.sherlock.api.event
-
Interface Summary Interface Description IEvent Instance of an event to be published, can contain any information required to be usefulIEventBus Event bus interface, used to publish and subscrib to eventsIEventModule An extension of IEvent for events used exclusively for module loading -
Class Summary Class Description EventBus Static wrapper for the event bus (IEventBus implementation).EventInitialisation Event for the initialisation step of startup.EventPostInitialisation Event for the post initialisation step of startup.EventPreInitialisation Event for the pre initialisation step of startup.EventPublishResults Not Used!!! Maybe Future work