public class BackgroundsManager
extends java.lang.Object
implements ej.observable.Observer
Constructor and Description |
---|
BackgroundsManager()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
setBackgroundsList(ej.wadapps.management.BackgroundServicesList backgroundsList)
Sets the backgrounds list to manage.
|
void |
start()
Starts the background manager.
|
void |
stop()
Stops the background manager.
|
void |
update() |
public void setBackgroundsList(ej.wadapps.management.BackgroundServicesList backgroundsList)
Starts all backgrounds registered in the background list.
backgroundsList
- the backgrounds list to set.public void start()
Starts all backgrounds registered in the background list.
public void stop()
Starts all started backgrounds.
public void update()
update
in interface ej.observable.Observer