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

Public Constructors
UnitNotificationManager()
Public Methods
void addNotification(IUnitNotification notification)
void addNotifications(Collection<? extends IUnitNotification> c)
IUnitNotification getNotification(String key)
int getNotificationCount()
List<IUnitNotification> getNotifications()
boolean removeNotification(String key)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.IUnitNotificationManager

Public Constructors

public UnitNotificationManager ()

Public Methods

public void addNotification (IUnitNotification notification)

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

public IUnitNotification getNotification (String key)

public int getNotificationCount ()

public List<IUnitNotification> getNotifications ()

public boolean removeNotification (String key)