|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infoglue.cms.util.ChangeNotificationController
public class 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. |
static void |
notifyListeners()
|
void |
put(NotificationMessage notificationMessage)
|
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void put(NotificationMessage notificationMessage)
public static void notifyListeners()
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 | |||||||||