Package com.vaadin.collaborationengine
Class CollaborationEngineServiceInitListener
- java.lang.Object
-
- com.vaadin.collaborationengine.CollaborationEngineServiceInitListener
-
- All Implemented Interfaces:
VaadinServiceInitListener,Serializable,EventListener
public class CollaborationEngineServiceInitListener extends Object implements VaadinServiceInitListener
AVaadinServiceInitListenerwhich uses theInstantiatorto find whether an instance ofCollaborationEngineConfigurationis provided as a bean in the current environment, using that instance if found.- Since:
- 2.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollaborationEngineServiceInitListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserviceInit(ServiceInitEvent event)Run when aVaadinServiceinstance is initialized.
-
-
-
Method Detail
-
serviceInit
public void serviceInit(ServiceInitEvent event)
Description copied from interface:VaadinServiceInitListenerRun when aVaadinServiceinstance is initialized.- Specified by:
serviceInitin interfaceVaadinServiceInitListener- Parameters:
event- the service initialization event
-
-