Package org.omnifaces.eventlistener
Class DefaultHttpSessionListener
- java.lang.Object
-
- org.omnifaces.eventlistener.DefaultHttpSessionListener
-
- All Implemented Interfaces:
HttpSessionListener,EventListener
public abstract class DefaultHttpSessionListener extends Object implements HttpSessionListener
Default implementation for the HttpSessionListener interface.- Since:
- 1.8
- Author:
- Arjan Tijms
-
-
Constructor Summary
Constructors Constructor Description DefaultHttpSessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionCreated(HttpSessionEvent se)voidsessionDestroyed(HttpSessionEvent se)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(HttpSessionEvent se)
- Specified by:
sessionCreatedin interfaceHttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent se)
- Specified by:
sessionDestroyedin interfaceHttpSessionListener
-
-