Package org.apache.ofbiz.webapp.control
Class LoginEventListener
- java.lang.Object
-
- org.apache.ofbiz.webapp.control.LoginEventListener
-
- All Implemented Interfaces:
java.util.EventListener
,javax.servlet.http.HttpSessionListener
public class LoginEventListener extends java.lang.Object implements javax.servlet.http.HttpSessionListener
HttpSessionListener that finalizes login information
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description LoginEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sessionCreated(javax.servlet.http.HttpSessionEvent event)
void
sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionCreated
in interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionDestroyed
in interfacejavax.servlet.http.HttpSessionListener
-
-