org.scijava.platform
Interface AppEventService

All Superinterfaces:
Comparable<Prioritized>, Contextual, Disposable, HasPluginInfo, Prioritized, RichPlugin, SciJavaPlugin, SciJavaService, Service
All Known Implementing Classes:
DefaultAppEventService

Deprecated. Use AppService and App instead.

@Deprecated
public interface AppEventService
extends SciJavaService


Method Summary
 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.
 
Methods inherited from interface org.scijava.service.Service
initialize, registerEventHandlers
 
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
 
Methods inherited from interface org.scijava.Prioritized
getPriority, setPriority
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
 
Methods inherited from interface org.scijava.Disposable
dispose
 

Method Detail

about

@Deprecated
void about()
Deprecated. Use App.about() instead.


prefs

@Deprecated
void prefs()
Deprecated. Use App.prefs() instead.


quit

@Deprecated
void quit()
Deprecated. Use App.quit() instead.


getCommands

@Deprecated
List<Class<? extends Command>> getCommands()
Deprecated. Tag relevant commands instead: attrs = { @Attr(name = "app-command") }



Copyright © 2009–2015 SciJava. All rights reserved.