Package org.scijava.platform.event
Class ApplicationEvent
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.event.SciJavaEvent
-
- 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
Constructors Constructor Description ApplicationEvent()
-
Method Summary
-
Methods inherited from class org.scijava.event.SciJavaEvent
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed, toString
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
setContext
-
-