|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.infoglue.cms.util.ChangeNotificationController
| Method Summary | |
void |
addNotificationMessage(NotificationMessage notificationMessage)
This method gets called when a new notification has come. |
static ChangeNotificationController |
getInstance()
A factory method that makes sure we operate on a singeton. |
void |
registerListener(NotificationListener notificationListener)
This method registers a new listener to be notified when a new notifiation is available. |
void |
unregisterListener(NotificationListener notificationListener)
This method unregisters an existing listener. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ChangeNotificationController getInstance()
public void registerListener(NotificationListener notificationListener)
public void unregisterListener(NotificationListener notificationListener)
public void addNotificationMessage(NotificationMessage notificationMessage)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||