public class NotificationsManagerImpl
extends ej.observable.Observable
implements ej.wadapps.management.NotificationsManager, ej.wadapps.admin.ApplicationLifecycleListener
NotificationsManager
implementation.Constructor and Description |
---|
NotificationsManagerImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel(java.lang.String tag) |
void |
cancelAll() |
ej.wadapps.app.Notification[] |
getNotifications() |
void |
notify(ej.wadapps.app.Notification notification) |
void |
stateChanged(ej.wadapps.admin.Application application) |
addObserver, clearChanged, countObservers, deleteObserver, getObservers, hasChanged, notifyObservers, setChanged
public void notify(ej.wadapps.app.Notification notification)
notify
in interface ej.wadapps.management.NotificationsManager
public void cancel(java.lang.String tag)
cancel
in interface ej.wadapps.management.NotificationsManager
public void cancelAll()
cancelAll
in interface ej.wadapps.management.NotificationsManager
public ej.wadapps.app.Notification[] getNotifications()
getNotifications
in interface ej.wadapps.management.NotificationsManager
public void stateChanged(ej.wadapps.admin.Application application)
stateChanged
in interface ej.wadapps.admin.ApplicationLifecycleListener