Package org.scijava.platform
Interface AppEventService
-
- All Superinterfaces:
Comparable<Prioritized>,Contextual,Disposable,HasPluginInfo,Identifiable,Initializable,Locatable,Logged,Prioritized,RichPlugin,SciJavaPlugin,SciJavaService,Service,Versioned
- All Known Implementing Classes:
DefaultAppEventService
@Deprecated public interface AppEventService extends SciJavaService
Deprecated.UseAppServiceandAppinstead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidabout()Deprecated.UseApp.about()instead.List<Class<? extends Command>>getCommands()Deprecated.Tag relevant commands instead:attrs = { @Attr(name = "app-command") }voidprefs()Deprecated.UseApp.prefs()instead.voidquit()Deprecated.UseApp.quit()instead.-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.Disposable
dispose
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.service.Service
initialize, registerEventHandlers
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Method Detail
-
about
@Deprecated void about()
Deprecated.UseApp.about()instead.
-
prefs
@Deprecated void prefs()
Deprecated.UseApp.prefs()instead.
-
quit
@Deprecated void quit()
Deprecated.UseApp.quit()instead.
-
getCommands
@Deprecated List<Class<? extends Command>> getCommands()
Deprecated.Tag relevant commands instead:attrs = { @Attr(name = "app-command") }
-
-