Package com.pnfsoftware.jeb.core.units
Interface IUnitNotificationManager
- All Known Implementing Classes:
UnitNotificationManager
A manager of
unit notifications
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
addNotification
(IUnitNotification notification) void
addNotifications
(Collection<? extends IUnitNotification> c) getNotification
(String key) int
boolean
removeNotification
(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:
-