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
Class LicenseEvent
java.lang.Object
java.util.EventObject
com.vaadin.collaborationengine.LicenseEvent
All Implemented Interfaces:
Event that is fired during license lifecycle, e.g. when the grace period starts/ends or when the license is expiring.
Since:
3.0
Author:
Vaadin Ltd
See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The license event type.
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionGets the message describing the event.
getType()
Gets the type of the event.
Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getType
Gets the type of the event.
Returns:
the type of the event
-
getMessage
Gets the message describing the event.
Returns:
the message describing the event
-
getSource
Overrides:
getSource
in classEventObject
-