# Class: com.pnfsoftware.jeb.core.units.UnitNotificationManager

Standard implementation of a notification manager.

## Constructor: UnitNotificationManager

Description: Create an empty notification manager.

## Method: addNotification
- parameter: `notification`, type: `com.pnfsoftware.jeb.core.units.IUnitNotification`


## Method: addNotifications
- parameter: `c`, type: `java.util.Collection<? extends com.pnfsoftware.jeb.core.units.IUnitNotification>`


## Method: getNotification
- parameter: `key`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.IUnitNotification`


## Method: getNotificationCount
- return type: `int`


## Method: getNotifications
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.IUnitNotification>`


## Method: removeNotification
- parameter: `key`, type: `java.lang.String`
- return type: `boolean`


