Class LicenseEvent

java.lang.Object
java.util.EventObject
com.vaadin.collaborationengine.LicenseEvent
All Implemented Interfaces:
Serializable

@Deprecated(since="6.3", forRemoval=true) public class LicenseEvent extends EventObject
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:
  • 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

      public String 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

      public CollaborationEngine getSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getSource in class EventObject