Uses of Class
com.vaadin.collaborationengine.LicenseEvent.LicenseEventType
-
Packages that use LicenseEvent.LicenseEventType Package Description com.vaadin.collaborationengine -
-
Uses of LicenseEvent.LicenseEventType in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return LicenseEvent.LicenseEventType Modifier and Type Method Description LicenseEvent.LicenseEventTypeLicenseEvent. getType()Gets the type of the event.static LicenseEvent.LicenseEventTypeLicenseEvent.LicenseEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseEvent.LicenseEventType[]LicenseEvent.LicenseEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-