edu.emory.mathcs.h2o.event
Class SessionEvent

java.lang.Object
  extended byedu.emory.mathcs.h2o.event.Event
      extended byedu.emory.mathcs.h2o.event.SessionEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InitialSessionStateEvent, SessionStateEvent

public class SessionEvent
extends Event

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.emory.mathcs.h2o.event.Event
source, timestamp
 
Constructor Summary
SessionEvent(java.lang.Object source)
           
SessionEvent(java.lang.Object source, long timestamp)
           
 
Method Summary
 Session 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

SessionEvent

public SessionEvent(java.lang.Object source)

SessionEvent

public SessionEvent(java.lang.Object source,
                    long timestamp)
Method Detail

getSession

public Session getSession()