public interface SessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
scopeAppended(Session session,
String scopeId)
Called whenever a scope is appended to a session.
|
void |
scopeDetached(Session session,
String scopeId)
Called whenever a scope is detached from a session.
|
void |
sessionChanged(SessionEvent event)
Called whenever an event affecting a session is fired.
|
void scopeAppended(Session session, String scopeId)
session - the affected sessionscopeId - the identifier of the scope that was attached.void scopeDetached(Session session, String scopeId)
session - the affected sessionscopeId - the identifier of the scope that was attached. Note that the corresponding
Scope could be null if detachment occurred as a consequence of a scope
deletion.void sessionChanged(SessionEvent event)
event - the session event.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.