Package org.scijava.event
-
Interface Summary Interface Description EventHistory Interface for service that keeps a history of SciJava events.EventHistoryListener Listener for event history changes.EventService Interface for the event handling service.EventSubscriber<E extends SciJavaEvent> Interface for subscribers that wish to be notified of SciJava events. -
Class Summary Class Description ContextCreatedEvent Event to be published immediately after a context has been fully created with all services initialized.ContextDisposingEvent Event to be published just before disposing a context.DefaultEventBus Anorg.scijava.event.bushe.EventServiceimplementation for SciJava.DefaultEventHistory Default service for keeping a history of SciJava events.DefaultEventService Default service for publishing and subscribing to SciJava events.EventDetails Caches details of a particularSciJavaEvent, without saving the event itself (since doing so could leave dangling references).SciJavaEvent Base class for all SciJava events. -
Annotation Types Summary Annotation Type Description EventHandler Annotation identifying an event handler method.