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