public class

UnitNotificationManager

extends Object
implements IUnitNotificationManager
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.UnitNotificationManager

Class Overview

Standard implementation of a notification manager.

Summary

Protected Constructors
UnitNotificationManager()
Public Methods
void addAllNotifications(Collection<? extends IUnitNotification> c)
void addNotification(IUnitNotification notification)
int getNotificationCount()
List<? extends IUnitNotification> getNotifications()
void insertNotification(int index, IUnitNotification notification)
void removeNotification(int index)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.IUnitNotificationManager

Protected Constructors

protected UnitNotificationManager ()

Public Methods

public void addAllNotifications (Collection<? extends IUnitNotification> c)

public void addNotification (IUnitNotification notification)

public int getNotificationCount ()

public List<? extends IUnitNotification> getNotifications ()

public void insertNotification (int index, IUnitNotification notification)

public void removeNotification (int index)