|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInit
An interface to provide methods to initialize and end a given world.
Method Summary | |
---|---|
void |
bigBang(int width,
int height,
long millis,
long interval)
Initializes the world. |
ContextThemeWrapper |
context()
Access to the application's environment. |
void |
endOfWorld()
Ends the world |
Method Detail |
---|
void bigBang(int width, int height, long millis, long interval)
width
- of the canvas.height
- of the canvas.millis
- The number of millis in the future from the call to start()
until the countdown is done and onFinish() is called.interval
- The interval along the way to receive onTick(long) callbacks.void endOfWorld()
ContextThemeWrapper context()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |