org.scijava.platform.event
Class AppQuitEvent

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.event.SciJavaEvent
          extended by org.scijava.platform.event.ApplicationEvent
              extended by org.scijava.platform.event.AppQuitEvent
All Implemented Interfaces:
Contextual

public class AppQuitEvent
extends ApplicationEvent

An event sent when the application is asked to quit.

Author:
Curtis Rueden

Constructor Summary
AppQuitEvent()
           
 
Method Summary
 
Methods inherited from class org.scijava.event.SciJavaEvent
consume, getCallingThread, getStackTrace, isConsumed, setCallingThread, 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

AppQuitEvent

public AppQuitEvent()


Copyright © 2009–2015 SciJava. All rights reserved.