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 voidsessionCreated(javax.servlet.http.HttpSessionEvent event)voidsessionDestroyed(javax.servlet.http.HttpSessionEvent event)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(@NotNull javax.servlet.http.HttpSessionEvent event)- Specified by:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(@NotNull javax.servlet.http.HttpSessionEvent event)- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener
-
-