| 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 |
|---|---|
| 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 |
An
org.scijava.event.bushe.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 © 2009–2025 SciJava. All rights reserved.