public class BackgroundServicesListImpl
extends ej.observable.Observable
implements ej.wadapps.management.BackgroundServicesList, ej.wadapps.admin.ApplicationLifecycleListener
BackgroundServicesList
implementation.Constructor and Description |
---|
BackgroundServicesListImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(ej.wadapps.app.BackgroundService background) |
ej.wadapps.app.BackgroundService[] |
getBackgroundServices() |
void |
remove(ej.wadapps.app.BackgroundService background) |
void |
stateChanged(ej.wadapps.admin.Application application) |
addObserver, clearChanged, countObservers, deleteObserver, getObservers, hasChanged, notifyObservers, setChanged
public BackgroundServicesListImpl()
public void add(ej.wadapps.app.BackgroundService background)
add
in interface ej.wadapps.management.BackgroundServicesList
public void remove(ej.wadapps.app.BackgroundService background)
remove
in interface ej.wadapps.management.BackgroundServicesList
public ej.wadapps.app.BackgroundService[] getBackgroundServices()
getBackgroundServices
in interface ej.wadapps.management.BackgroundServicesList
public void stateChanged(ej.wadapps.admin.Application application)
stateChanged
in interface ej.wadapps.admin.ApplicationLifecycleListener