com.pnfsoftware.jeb.core.units.IUnitNotificationManager |
Known Indirect Subclasses |
A manager of unit notifications
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | addNotification(IUnitNotification notification) | ||||||||||
abstract void | addNotifications(Collection<? extends IUnitNotification> c) | ||||||||||
abstract IUnitNotification | getNotification(String key) | ||||||||||
abstract int | getNotificationCount() | ||||||||||
abstract List<IUnitNotification> | getNotifications() | ||||||||||
abstract boolean | removeNotification(String key) |