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, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
@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.