Package | Description |
---|---|
org.scijava.menu.event | |
org.scijava.module.event | |
org.scijava.object.event | |
org.scijava.plugin.event |
Modifier and Type | Class and Description |
---|---|
class |
MenuEvent
An event indicating something has happened to the
MenuService 's
ShadowMenu . |
class |
MenusAddedEvent
An event indicating one or more menu items have been added to the
MenuService 's ShadowMenu . |
class |
MenusRemovedEvent
An event indicating one or more menu items have been removed from the
MenuService 's ShadowMenu . |
class |
MenusUpdatedEvent
An event indicating one or more menu items have been adjusted in the
MenuService 's ShadowMenu . |
Modifier and Type | Class and Description |
---|---|
class |
ModulesAddedEvent
An event indicating one or more modules have been added to the
ModuleService . |
class |
ModulesListEvent
An event indicating something has happened to the list of plugins registered
with the
ModuleService . |
class |
ModulesRemovedEvent
An event indicating one or more modules have been removed from the
ModuleService . |
class |
ModulesUpdatedEvent
An event indicating one or more module details have been updated.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectsAddedEvent
An event indicating one or more objects have been added to the
ObjectService . |
class |
ObjectsListEvent
An event indicating something has happened to the list of objects registered
with the
ObjectService . |
class |
ObjectsRemovedEvent
An event indicating one or more objects have been removed from the
ObjectService . |
Modifier and Type | Class and Description |
---|---|
class |
PluginsAddedEvent
An event indicating one or more plugins have been added to the
PluginService . |
class |
PluginsListEvent
An event indicating something has happened to the list of plugins registered
with the
PluginService . |
class |
PluginsRemovedEvent
An event indicating one or more plugins have been removed from the
PluginService . |
Copyright © 2015–2022 SciJava. All rights reserved.