edu.emory.mathcs.h2o.event
Class SessionActivatedEvent

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

public class SessionActivatedEvent
extends SessionStateEvent

Event triggered when a session state changes to active.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.emory.mathcs.h2o.event.Event
source, timestamp
 
Constructor Summary
SessionActivatedEvent(Session session, Session.RemotePrincipal[] principals, long timestamp)
           
 
Method Summary
 Session.RemotePrincipal[] getPrincipals()
           
 
Methods inherited from class edu.emory.mathcs.h2o.event.SessionStateEvent
getDetails, getNewState, getOldState, 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

SessionActivatedEvent

public SessionActivatedEvent(Session session,
                             Session.RemotePrincipal[] principals,
                             long timestamp)
Method Detail

getPrincipals

public Session.RemotePrincipal[] getPrincipals()