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.
Class LicenseEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.collaborationengine.LicenseEvent
-
All Implemented Interfaces:
public class LicenseEvent extends EventObject
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 Classes Modifier and Type Class Description static class
LicenseEvent.LicenseEventType
The license event type.
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Modifier and Type Method Description String
getMessage()
Gets the message describing the event.
CollaborationEngine
getSource()
LicenseEvent.LicenseEventType
getType()
Gets the type of the event.
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getType
public LicenseEvent.LicenseEventType getType()
Gets the type of the event.
Returns:
the type of the event
-
getMessage
public String getMessage()
Gets the message describing the event.
Returns:
the message describing the event
-
getSource
public CollaborationEngine getSource()
Overrides:
getSource
in classEventObject
-
-