# Class: com.pnfsoftware.jeb.core.events.ClientNotification

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](IUnitNotification).

## Constructor: ClientNotification
- parameter: `message`, type: `java.lang.String`

Description: Create a new information notification.
parameter: message: the notification message

## Constructor: ClientNotification
- parameter: `message`, type: `java.lang.String`
- parameter: `level`, type: `com.pnfsoftware.jeb.core.events.ClientNotificationLevel`

Description: Create a new notification.
parameter: message: optional message
parameter: level: mandatory level

## Method: getLevel
- return type: `com.pnfsoftware.jeb.core.events.ClientNotificationLevel`

Description: Get the notification level.
return: the level

## Method: getMessage
- return type: `java.lang.String`

Description: Get the notification message.
return: the message

