Uses of Class
org.scijava.event.EventHandler
-
-
Uses of EventHandler in org.scijava.app
Methods in org.scijava.app with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultAppService. onEvent(AppAboutEvent event)protected voidDefaultAppService. onEvent(AppPreferencesEvent event)protected voidDefaultAppService. onEvent(AppQuitEvent event) -
Uses of EventHandler in org.scijava.command
Methods in org.scijava.command with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultCommandService. onEvent(PluginsAddedEvent event)protected voidDefaultCommandService. onEvent(PluginsRemovedEvent event)protected voidInteractiveCommand. onEvent(DisplayActivatedEvent evt) -
Uses of EventHandler in org.scijava.display
Methods in org.scijava.display with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultDisplayService. onEvent(DisplayDeletedEvent evt)Removes a display from the display list when it is deletedprotected voidDefaultDisplayService. onEvent(WinActivatedEvent event)Sets the display to active when its window is activated.protected voidDefaultDisplayService. onEvent(WinClosedEvent event)Deletes the display when display window is closed. -
Uses of EventHandler in org.scijava.event
Methods in org.scijava.event with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultEventHistory. onEvent(SciJavaEvent event) -
Uses of EventHandler in org.scijava.input
Methods in org.scijava.input with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultInputService. onEvent(DisplayDeletedEvent evt)voidDefaultInputService. onEvent(KyPressedEvent evt)voidDefaultInputService. onEvent(KyReleasedEvent evt)protected voidDefaultInputService. onEvent(MsExitedEvent evt)protected voidDefaultInputService. onEvent(MsMovedEvent evt)protected voidDefaultInputService. onEvent(MsPressedEvent evt)protected voidDefaultInputService. onEvent(MsReleasedEvent evt) -
Uses of EventHandler in org.scijava.io
Methods in org.scijava.io with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultRecentFileService. onEvent(IOEvent event) -
Uses of EventHandler in org.scijava.menu
Methods in org.scijava.menu with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultMenuService. onEvent(ModulesAddedEvent event)protected voidDefaultMenuService. onEvent(ModulesRemovedEvent event)protected voidDefaultMenuService. onEvent(ModulesUpdatedEvent event) -
Uses of EventHandler in org.scijava.object
Methods in org.scijava.object with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultObjectService. onEvent(ObjectCreatedEvent event)protected voidDefaultObjectService. onEvent(ObjectDeletedEvent event) -
Uses of EventHandler in org.scijava.platform
Methods in org.scijava.platform with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultPlatformService. onEvent(AppMenusCreatedEvent event) -
Uses of EventHandler in org.scijava.plugin
Methods in org.scijava.plugin with annotations of type EventHandler Modifier and Type Method Description protected voidAbstractSingletonService. onEvent(PluginsAddedEvent event)protected voidAbstractSingletonService. onEvent(PluginsRemovedEvent event) -
Uses of EventHandler in org.scijava.tool
Methods in org.scijava.tool with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultToolService. onEvent(KyPressedEvent event)protected voidDefaultToolService. onEvent(KyReleasedEvent event)protected voidDefaultToolService. onEvent(MsClickedEvent event)protected voidDefaultToolService. onEvent(MsDraggedEvent event)protected voidDefaultToolService. onEvent(MsMovedEvent event)protected voidDefaultToolService. onEvent(MsPressedEvent event)protected voidDefaultToolService. onEvent(MsReleasedEvent event)protected voidDefaultToolService. onEvent(MsWheelEvent event) -
Uses of EventHandler in org.scijava.ui
Methods in org.scijava.ui with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultUIService. onEvent(StatusEvent event)protected voidDefaultUIService. onEvent(DisplayActivatedEvent e)Called when a display is activated.protected voidDefaultUIService. onEvent(DisplayCreatedEvent e)Called when a display is created.protected voidDefaultUIService. onEvent(DisplayDeletedEvent e)Called when a display is deleted.protected voidDefaultUIService. onEvent(DisplayUpdatedEvent e)Called when a display is updated.protected voidDefaultUIService. onEvent(AppQuitEvent event) -
Uses of EventHandler in org.scijava.ui.dnd
Methods in org.scijava.ui.dnd with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultDragAndDropService. onEvent(DragEnterEvent e)protected voidDefaultDragAndDropService. onEvent(DragExitEvent e)protected voidDefaultDragAndDropService. onEvent(DragOverEvent e)protected voidDefaultDragAndDropService. onEvent(DropEvent e) -
Uses of EventHandler in org.scijava.ui.viewer
Methods in org.scijava.ui.viewer with annotations of type EventHandler Modifier and Type Method Description protected voidAbstractDisplayViewer. onEvent(DisplayCreatedEvent event)protected voidAbstractDisplayViewer. onEvent(DisplayUpdatedEvent event) -
Uses of EventHandler in org.scijava.welcome
Methods in org.scijava.welcome with annotations of type EventHandler Modifier and Type Method Description protected voidDefaultWelcomeService. onEvent(UIShownEvent evt)Displays the welcome text when a UI is shown for the first time.
-