Modifier and Type | Method | Description |
---|---|---|
ApplicationCallback |
getApplicationCallback() |
Erzeugt ein Callback-Objekt ueber das die Anwendung mit
dem User kommunizieren kann.
|
void |
init() |
Initialisiert den Controller.
|
void |
shutDown() |
Beendet den Controller
|
void |
start(BackgroundTask task) |
Startet einen Task im Hintergrund.
|
void init() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException
void shutDown()
ApplicationCallback getApplicationCallback()
void start(BackgroundTask task)
task
- der zu startende Task.