Uses of Class
com.tick42.glue.desktop.notifications.NotificationSeverity
-
Packages that use NotificationSeverity Package Description com.tick42.glue.desktop.notifications -
-
Uses of NotificationSeverity in com.tick42.glue.desktop.notifications
Methods in com.tick42.glue.desktop.notifications that return NotificationSeverity Modifier and Type Method Description static NotificationSeverityNotificationSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationSeverity[]NotificationSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tick42.glue.desktop.notifications with parameters of type NotificationSeverity Modifier and Type Method Description CompletionStage<?>Notification. raise(NotificationSeverity severity)Raises a pop-up on user's desktop with this notification for specifiedseverity.
-