Package jetbrains.buildServer.web
Class DelegatingHttpSessionEventListenerProxy
- java.lang.Object
-
- jetbrains.buildServer.web.DelegatingHttpSessionEventListenerProxy
-
- All Implemented Interfaces:
EventListener
,javax.servlet.http.HttpSessionListener
public class DelegatingHttpSessionEventListenerProxy extends Object implements javax.servlet.http.HttpSessionListener
-
-
Constructor Summary
Constructors Constructor Description DelegatingHttpSessionEventListenerProxy()
-
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(@NotNull javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionCreated
in interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(@NotNull javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionDestroyed
in interfacejavax.servlet.http.HttpSessionListener
-
-