public class ActivitiesSchedulerLowMemory
extends java.lang.Object
implements ej.wadapps.management.ActivitiesScheduler, ej.observable.Observer, ej.wadapps.admin.ApplicationLifecycleListener
Constructor and Description |
---|
ActivitiesSchedulerLowMemory() |
Modifier and Type | Method and Description |
---|---|
ej.wadapps.app.Activity |
getLauncher() |
void |
hide(ej.wadapps.app.Activity activity) |
void |
setActivitiesList(ej.wadapps.management.ActivitiesList activitiesList)
Sets the activities list to manage.
|
void |
setLauncher(ej.wadapps.app.Activity launcher) |
void |
show(ej.wadapps.app.Activity activity) |
void |
showLauncher() |
void |
stateChanged(ej.wadapps.admin.Application application) |
void |
update() |
public void setActivitiesList(ej.wadapps.management.ActivitiesList activitiesList)
activitiesList
- the activitiesList to set.public void setLauncher(ej.wadapps.app.Activity launcher)
setLauncher
in interface ej.wadapps.management.ActivitiesScheduler
public ej.wadapps.app.Activity getLauncher()
getLauncher
in interface ej.wadapps.management.ActivitiesScheduler
public void showLauncher()
showLauncher
in interface ej.wadapps.management.ActivitiesScheduler
public void show(ej.wadapps.app.Activity activity) throws java.lang.NullPointerException
show
in interface ej.wadapps.management.ActivitiesScheduler
java.lang.NullPointerException
public void hide(ej.wadapps.app.Activity activity)
hide
in interface ej.wadapps.management.ActivitiesScheduler
public void update()
update
in interface ej.observable.Observer
public void stateChanged(ej.wadapps.admin.Application application)
stateChanged
in interface ej.wadapps.admin.ApplicationLifecycleListener