public interface SessionListenable
Session objects.| Modifier and Type | Method and Description |
|---|---|
void |
addSessionListener(SessionListener listener)
Adds the given SessionListener to the pool of registered listeners.
|
void |
clearSessionListeners()
Clears the pool of registered session listeners.
|
Collection<SessionListener> |
getSessionListeners()
Returns all the registered session listeners.
|
void |
removeSessionListener(SessionListener listener)
Removes the given SessionListener from the pool of active listeners.
|
void addSessionListener(SessionListener listener)
listener - the session listener to be addedvoid clearSessionListeners()
Collection<SessionListener> getSessionListeners()
Collection.void removeSessionListener(SessionListener listener)
listener - the session listener to be removedCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.