Class VaadinServiceInitListenerImpl
java.lang.Object
com.flowingcode.vaadin.addons.errorwindow.VaadinServiceInitListenerImpl
- All Implemented Interfaces:
VaadinServiceInitListener,Serializable,EventListener
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(ServiceInitEvent event) Implements theserviceInitmethod fromVaadinServiceInitListenerinterface.
-
Constructor Details
-
VaadinServiceInitListenerImpl
public VaadinServiceInitListenerImpl()
-
-
Method Details
-
serviceInit
Implements theserviceInitmethod fromVaadinServiceInitListenerinterface. This method setsErrorManageras the error handler and registersErrorViewas the default error view.- Specified by:
serviceInitin interfaceVaadinServiceInitListener- Parameters:
event- The ServiceInitEvent to be handled
-