Package org.scijava.platform
Class DefaultAppEventService
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.service.AbstractService
-
- org.scijava.platform.DefaultAppEventService
-
- All Implemented Interfaces:
Comparable<Prioritized>,Contextual,Disposable,Identifiable,Initializable,Locatable,Logged,AppEventService,HasPluginInfo,RichPlugin,SciJavaPlugin,Prioritized,SciJavaService,Service,Versioned
@Deprecated public class DefaultAppEventService extends AbstractService implements AppEventService
Deprecated.UseAppServiceandAppinstead.
-
-
Constructor Summary
Constructors Constructor Description DefaultAppEventService()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidabout()Deprecated.List<Class<? extends Command>>getCommands()Deprecated.protected voidonEvent(AppAboutEvent event)Deprecated.protected voidonEvent(AppPreferencesEvent event)Deprecated.protected voidonEvent(AppQuitEvent event)Deprecated.voidprefs()Deprecated.voidquit()Deprecated.-
Methods inherited from class org.scijava.service.AbstractService
getContext, setContext, toString
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority
-
Methods inherited from class org.scijava.AbstractContextual
context
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
public void about()
Deprecated.- Specified by:
aboutin interfaceAppEventService
-
prefs
public void prefs()
Deprecated.- Specified by:
prefsin interfaceAppEventService
-
quit
public void quit()
Deprecated.- Specified by:
quitin interfaceAppEventService
-
getCommands
public List<Class<? extends Command>> getCommands()
Deprecated.- Specified by:
getCommandsin interfaceAppEventService
-
onEvent
@Deprecated protected void onEvent(AppAboutEvent event)
Deprecated.
-
onEvent
@Deprecated protected void onEvent(AppPreferencesEvent event)
Deprecated.
-
onEvent
@Deprecated protected void onEvent(AppQuitEvent event)
Deprecated.
-
-