org.jwaf.notify
Class NotificationCollection

java.lang.Object
  |
  +--org.jwaf.notify.NotificationCollection

public class NotificationCollection
extends java.lang.Object

This class serves as a collection of notifications for multichanneled notifications


Constructor Summary
NotificationCollection()
           
 
Method Summary
 void addNotification(Notification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationCollection

public NotificationCollection()
Method Detail

addNotification

public void addNotification(Notification notification)