edu.emory.mathcs.h2o.event
Class InitialSessionStateEvent

java.lang.Object
  extended byedu.emory.mathcs.h2o.event.Event
      extended byedu.emory.mathcs.h2o.event.SessionEvent
          extended byedu.emory.mathcs.h2o.event.InitialSessionStateEvent
All Implemented Interfaces:
java.io.Serializable

public class InitialSessionStateEvent
extends SessionEvent

Event triggered when a session state changes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.emory.mathcs.h2o.event.Event
source, timestamp
 
Constructor Summary
InitialSessionStateEvent(Session session, Session.State state, long timestamp)
           
 
Method Summary
 Session.State getState()
           
 
Methods inherited from class edu.emory.mathcs.h2o.event.SessionEvent
getSession
 
Methods inherited from class edu.emory.mathcs.h2o.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialSessionStateEvent

public InitialSessionStateEvent(Session session,
                                Session.State state,
                                long timestamp)
Method Detail

getState

public Session.State getState()