Class LicenseEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class LicenseEvent
    extends java.util.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:
    Serialized Form
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Gets the message describing the event.
        Returns:
        the message describing the event
      • getSource

        public CollaborationEngine getSource()
        Overrides:
        getSource in class java.util.EventObject