Class SessionListenerRepository

  • All Implemented Interfaces:
    com.vaadin.server.SessionDestroyListener, com.vaadin.server.SessionInitListener, Serializable

    public class SessionListenerRepository
    extends Object
    implements com.vaadin.server.SessionInitListener, com.vaadin.server.SessionDestroyListener
    See Also:
    Serialized Form
    • Constructor Detail

      • SessionListenerRepository

        public SessionListenerRepository​(org.osgi.framework.BundleContext context)
    • Method Detail

      • sessionDestroy

        public void sessionDestroy​(com.vaadin.server.SessionDestroyEvent event)
        Specified by:
        sessionDestroy in interface com.vaadin.server.SessionDestroyListener
      • sessionInit

        public void sessionInit​(com.vaadin.server.SessionInitEvent event)
                         throws com.vaadin.server.ServiceException
        Specified by:
        sessionInit in interface com.vaadin.server.SessionInitListener
        Throws:
        com.vaadin.server.ServiceException