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 | Description |
---|---|
ContextDisposingEvent |
Event to be published just before disposing a context.
|
DefaultEventBus |
An
EventService implementation 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 particular
SciJavaEvent , without saving the event
itself (since doing so could leave dangling references). |
SciJavaEvent |
Base class for all SciJava events.
|
Annotation Type | Description |
---|---|
EventHandler |
Annotation identifying an event handler method.
|
Copyright © 2015–2022 SciJava. All rights reserved.