public interface SessionListenerManager
| Modifier and Type | Method and Description |
|---|---|
void |
addSessionListener(SessionListener listener)
Add a session listener.
|
SessionListener |
getSessionListenerProxy() |
void |
removeSessionListener(SessionListener listener)
Remove a session listener.
|
void addSessionListener(SessionListener listener)
listener - The SessionListener to add - not nullvoid removeSessionListener(SessionListener listener)
listener - The SessionListener to removeSessionListener getSessionListenerProxy()
null proxy SessionListener that represents
all the currently registered listeners. Any method invocation on the proxy
is replicated to the currently registered listenersCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.