Class VaadinServiceInitListenerImpl

java.lang.Object
com.flowingcode.vaadin.addons.errorwindow.VaadinServiceInitListenerImpl
All Implemented Interfaces:
VaadinServiceInitListener, Serializable, EventListener

public class VaadinServiceInitListenerImpl extends Object implements VaadinServiceInitListener
Implementation of VaadinServiceInitListener interface. This class adds a session init listener to the Vaadin service, sets an error handler and registers an error view.
See Also:
  • Constructor Details

    • VaadinServiceInitListenerImpl

      public VaadinServiceInitListenerImpl()
  • Method Details

    • serviceInit

      public void serviceInit(ServiceInitEvent event)
      Implements the serviceInit method from VaadinServiceInitListener interface. This method sets ErrorManager as the error handler and registers ErrorView as the default error view.
      Specified by:
      serviceInit in interface VaadinServiceInitListener
      Parameters:
      event - The ServiceInitEvent to be handled