|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bigbross.bossa.notify.NotificationQueue
This class implements a notification queue. It is intended to be used by other Bossa packages to queue and send notifications in a atomic way.
| Constructor Summary | |
NotificationQueue()
Creates new empty notification queue. |
|
| Method Summary | |
void |
notifyAll(Bossa bossa)
Notifies all events currently present in this queue and flushes it. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NotificationQueue()
| Method Detail |
public void notifyAll(Bossa bossa)
bossa - the root of the bossa system.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||