We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.collaborationengine.
Package com.vaadin.collaborationengine
Interface ActivationHandler
All Superinterfaces:
Consumer<ActionDispatcher>
, Serializable
, SerializableConsumer<ActionDispatcher>
Defines when to execute the connection callback
A connection is not active when it's newly created. When being activated, the activation callback of the connection should be invoked (or re-invoked when re-activating the connection).
When being deactivated, the topic no longer has reference to the connection.
Since:
1.0
Author:
Vaadin Ltd
-
Method Summary