org.scijava.platform
Class DefaultAppEventService

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.plugin.AbstractRichPlugin
          extended by org.scijava.service.AbstractService
              extended by org.scijava.platform.DefaultAppEventService
All Implemented Interfaces:
Comparable<Prioritized>, Contextual, Disposable, AppEventService, HasPluginInfo, RichPlugin, SciJavaPlugin, Prioritized, SciJavaService, Service

Deprecated. Use AppService and App instead.

@Deprecated
public class DefaultAppEventService
extends AbstractService
implements AppEventService


Constructor Summary
DefaultAppEventService()
          Deprecated.  
 
Method Summary
 void about()
          Deprecated.  
 List<Class<? extends Command>> getCommands()
          Deprecated.  
protected  void onEvent(AppAboutEvent event)
          Deprecated. 
protected  void onEvent(AppPreferencesEvent event)
          Deprecated. 
protected  void onEvent(AppQuitEvent event)
          Deprecated. 
 void prefs()
          Deprecated.  
 void quit()
          Deprecated.  
 
Methods inherited from class org.scijava.service.AbstractService
dispose, getContext, initialize, registerEventHandlers, setContext, toString
 
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
compareTo, 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.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
 

Constructor Detail

DefaultAppEventService

public DefaultAppEventService()
Deprecated. 
Method Detail

about

public void about()
Deprecated. 
Specified by:
about in interface AppEventService

prefs

public void prefs()
Deprecated. 
Specified by:
prefs in interface AppEventService

quit

public void quit()
Deprecated. 
Specified by:
quit in interface AppEventService

getCommands

public List<Class<? extends Command>> getCommands()
Deprecated. 
Specified by:
getCommands in interface AppEventService

onEvent

@Deprecated
protected void onEvent(AppAboutEvent event)
Deprecated. 


onEvent

@Deprecated
protected void onEvent(AppPreferencesEvent event)
Deprecated. 


onEvent

@Deprecated
protected void onEvent(AppQuitEvent event)
Deprecated. 



Copyright © 2009–2015 SciJava. All rights reserved.