Package com.pnfsoftware.jeb.core.units
Interface IUnitNotificationManager
- All Known Implementing Classes:
UnitNotificationManager
A manager of
unit notifications.-
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotification(IUnitNotification notification) voidaddNotifications(Collection<? extends IUnitNotification> c) getNotification(String key) intbooleanremoveNotification(String key)
-
Method Details
-
getNotifications
List<IUnitNotification> getNotifications()- Returns:
-
getNotificationCount
int getNotificationCount()- Returns:
-
addNotification
- Parameters:
notification-
-
addNotifications
- Parameters:
c-
-
removeNotification
- Parameters:
key-- Returns:
-
getNotification
- Parameters:
key-- Returns:
-