public abstract class Application extends Object
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called at the beginning of the destroy phase on the Application Thread.
|
abstract Platform |
getPlatform()
Return the
Platform implemented by this Application . |
void |
init()
Called at the end of the initialisation phase.
|
void |
start()
Called at the end of the start phase on the Application Main Thread.
|
void |
stop()
Called at the beginning of the stop phase on the Application Main Thread.
|
public void init()
public void start()
public void stop()
public void destroy()
Copyright © 2017. All rights reserved.