AppService and App instead.@Deprecated public interface AppEventService extends SciJavaService
| Modifier and Type | Method and Description |
|---|---|
void |
about()
Deprecated.
Use
App.about() instead. |
List<Class<? extends Command>> |
getCommands()
Deprecated.
Tag relevant commands instead:
attrs = { @Attr(name = "app-command") } |
void |
prefs()
Deprecated.
Use
App.prefs() instead. |
void |
quit()
Deprecated.
Use
App.quit() instead. |
initialize, registerEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondispose@Deprecated void about()
App.about() instead.@Deprecated void prefs()
App.prefs() instead.@Deprecated void quit()
App.quit() instead.@Deprecated List<Class<? extends Command>> getCommands()
attrs = { @Attr(name = "app-command") }Copyright © 2015–2022 SciJava. All rights reserved.