org.activemath.events.types
Class ApplicationStartupEvent

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

public class ApplicationStartupEvent
extends ActivemathEvent
implements ApplicationEventTag

Describe me!

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
ApplicationStartupEvent()
           
 
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

ApplicationStartupEvent

public ApplicationStartupEvent()