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 implementation - does nothing and returns immediately.
|
void |
onStart(Session session)
Adapter no-op implementation - does nothing and returns immediately.
|
void |
onStop(Session session)
Adapter no-op implementation - does nothing and returns immediately.
|
public SessionListenerAdapter()
public void onStart(Session session)
onStart
in interface SessionListener
session
- the session that has started.public void onStop(Session session)
onStop
in interface SessionListener
session
- the session that has stopped.public void onExpiration(Session session)
onExpiration
in interface SessionListener
session
- the session that has expired.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.