Package com.vaadin.collaborationengine
Class LicenseEvent
java.lang.Object
java.util.EventObject
com.vaadin.collaborationengine.LicenseEvent
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
license events will not be received by any listener
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
Deprecated, for removal: This API element is subject to removal in a future version.license events will not be received by any listener -
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets the message describing the event.Deprecated, for removal: This API element is subject to removal in a future version.getType()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the type of the event.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.Gets the type of the event.- Returns:
- the type of the event
-
getMessage
Deprecated, for removal: This API element is subject to removal in a future version.Gets the message describing the event.- Returns:
- the message describing the event
-
getSource
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getSource
in classEventObject
-