public interface

IUnitNotificationManager

com.pnfsoftware.jeb.core.units.IUnitNotificationManager
Known Indirect Subclasses

Class Overview

A manager of unit notifications.

Summary

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)

Public Methods

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

public abstract void addNotification (IUnitNotification notification)

public abstract int getNotificationCount ()

public abstract List<? extends IUnitNotification> getNotifications ()

public abstract void insertNotification (int index, IUnitNotification notification)

public abstract void removeNotification (int index)