|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.web.listener.LoggingSessionListener
public class LoggingSessionListener
Logs when a session is created or destroyed.
Constructor Summary | |
---|---|
LoggingSessionListener()
|
Method Summary | |
---|---|
void |
sessionCreated(HttpSessionEvent event)
Called when a HTTP session is created. |
void |
sessionDestroyed(HttpSessionEvent event)
Called when a HTTP session is destroyed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingSessionListener()
Method Detail |
---|
public void sessionCreated(HttpSessionEvent event)
event
- a HttpSessionEventpublic void sessionDestroyed(HttpSessionEvent event)
event
- a HttpSessionEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |