Uses of Enum Class
com.pnfsoftware.jeb.core.events.ClientNotificationLevel
Packages that use ClientNotificationLevel
Package
Description
Event and notification types used by the back-end.
-
Uses of ClientNotificationLevel in com.pnfsoftware.jeb.core.events
Methods in com.pnfsoftware.jeb.core.events that return ClientNotificationLevelModifier and TypeMethodDescriptionClientNotification.getLevel()
Get the notification level.static ClientNotificationLevel
Returns the enum constant of this class with the specified name.static ClientNotificationLevel[]
ClientNotificationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pnfsoftware.jeb.core.events with parameters of type ClientNotificationLevelModifierConstructorDescriptionClientNotification
(String message, ClientNotificationLevel level) Create a new notification.