public class

ClientNotification

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.events.ClientNotification
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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.

Summary

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

Public Constructors

public ClientNotification (String message)

Create a new information notification.

Parameters
message the notification message

public ClientNotification (String message, ClientNotificationLevel level)

Create a new notification.

Parameters
message optional message
level mandatory level

Public Methods

public ClientNotificationLevel getLevel ()

Get the notification level.

Returns
  • the level

public String getMessage ()

Get the notification message.

Returns
  • the message