| Package | Description |
|---|---|
| org.scijava | |
| org.scijava.command | |
| org.scijava.display | |
| org.scijava.event | |
| org.scijava.input | |
| org.scijava.module | |
| org.scijava.object | |
| org.scijava.options | |
| org.scijava.platform | |
| org.scijava.task |
| Modifier and Type | Method and Description |
|---|---|
EventService |
Gateway.event()
Gets this application context's
EventService. |
EventService |
AbstractGateway.event() |
| Modifier and Type | Method and Description |
|---|---|
EventService |
DefaultCommandService.eventService() |
default EventService |
CommandService.eventService() |
default EventService |
CommandService.getEventService()
Deprecated.
Use
CommandService.eventService() instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInfo.update(EventService eventService) |
| Modifier and Type | Method and Description |
|---|---|
EventService |
DefaultDisplayService.eventService() |
default EventService |
DisplayService.eventService() |
default EventService |
DisplayService.getEventService()
Deprecated.
Use
DisplayService.eventService() instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventService
Default service for publishing and subscribing to SciJava events.
|
| Modifier and Type | Method and Description |
|---|---|
default EventService |
InputService.eventService() |
EventService |
DefaultInputService.eventService() |
default EventService |
InputService.getEventService()
Deprecated.
Use
InputService.eventService() instead. |
| Modifier and Type | Method and Description |
|---|---|
default void |
ModuleInfo.update(EventService eventService)
Notifies interested parties that the module info has been modified.
|
| Modifier and Type | Method and Description |
|---|---|
default EventService |
ObjectService.eventService() |
EventService |
DefaultObjectService.eventService() |
default EventService |
ObjectService.getEventService()
Deprecated.
Use
ObjectService.eventService() instead. |
| Modifier and Type | Field and Description |
|---|---|
protected EventService |
OptionsPlugin.eventService |
| Modifier and Type | Method and Description |
|---|---|
EventService |
DefaultPlatformService.eventService() |
default EventService |
PlatformService.eventService() |
default EventService |
PlatformService.getEventService()
Deprecated.
Use
PlatformService.eventService() instead. |
| Constructor and Description |
|---|
DefaultTask(ThreadService threadService,
EventService eventService)
Creates a new task.
|
Copyright © 2009–2022 SciJava. All rights reserved.