public class SessionListenerAdapter extends Object implements SessionListener
SessionListener interface, effectively providing
no-op implementations of all methods.| Constructor and Description |
|---|
SessionListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onExpiration(Session session)
Adapter no-op implemenation - does nothing and returns immediately.
|
void |
onStart(Session session)
Adapter no-op implemenation - does nothing and returns immediately.
|
void |
onStop(Session session)
Adapter no-op implemenation - does nothing and returns immediately.
|
public void onStart(Session session)
onStart in interface SessionListenersession - the session that has started.public void onStop(Session session)
onStop in interface SessionListenersession - the session that has stopped.public void onExpiration(Session session)
onExpiration in interface SessionListenersession - the session that has expired.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.