org.scijava.platform.event
Class ApplicationEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.platform.event.ApplicationEvent
All Implemented Interfaces:
Contextual
Direct Known Subclasses:
AppAboutEvent, AppFocusEvent, AppMenusCreatedEvent, AppOpenFilesEvent, AppPreferencesEvent, AppPrintEvent, AppQuitEvent, AppReOpenEvent, AppSleepEvent, AppUserSessionEvent, AppVisibleEvent

public abstract class ApplicationEvent
extends SciJavaEvent

An event indicating an application-level occurrence. Exists mainly to facility handling of Mac-specific menu items.

Author:
Curtis Rueden

Constructor Summary
ApplicationEvent()
           
 
Method Summary
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, isConsumed, setConsumed, toString
 
Methods inherited from class org.scijava.AbstractContextual
context, getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationEvent

public ApplicationEvent()


Copyright © 2009–2014 SciJava. All rights reserved.