org.activemath.events.types
Class ApplicationShutdownEvent

java.lang.Object
  extended by org.activemath.events.ActivemathEvent
      extended by org.activemath.events.types.ApplicationShutdownEvent
All Implemented Interfaces:
Serializable, Comparable, ApplicationEventTag

public class ApplicationShutdownEvent
extends ActivemathEvent
implements ApplicationEventTag

Event: Application is being shut down.

See Also:
Serialized Form

Field Summary
static String EVENT_TYPE
           
 
Fields inherited from class org.activemath.events.ActivemathEvent
bookId, groupId, id, itemId, sessionId, source, timestamp, type, userId
 
Constructor Summary
ApplicationShutdownEvent()
           
 
Method Summary
 
Methods inherited from class org.activemath.events.ActivemathEvent
compareTo, dispatchFinished, getGroupId, getId, getItemId, getSource, getTimestamp, getType, setGroupId, setId, setItemId, setSource, setTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EVENT_TYPE

public static final String EVENT_TYPE
See Also:
Constant Field Values
Constructor Detail

ApplicationShutdownEvent

public ApplicationShutdownEvent()