| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.events.ClientNotification |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Event notification data for clients. Those objects are used by the back-end (including plugins) to notify clients of general purpose events.
Do not confuse with IUnitNotification.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ClientNotification(String message)
Create a new information notification.
| |||||||||||
|
ClientNotification(String message, ClientNotificationLevel level)
Create a new notification.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ClientNotificationLevel |
getLevel()
Get the notification level.
| ||||||||||
| String |
getMessage()
Get the notification message.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new information notification.
| message | the notification message |
|---|
Create a new notification.
| message | optional message |
|---|---|
| level | mandatory level |
Get the notification message.