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