|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--yaarq.dmo.yrqDemoScene
| Constructor Summary | |
yrqDemoScene()
|
|
| Method Summary | |
abstract void |
initialise(yrqEngine a_engine)
This method initialises the scene by adding all its objects to the engines various collections and setting its internal parameters. |
abstract boolean |
isFinished()
This function should return a flag indicating if the application can stop updating this scene and should call the terminate method and start the next scene. |
abstract void |
load(yrqRepository a_repository)
This method loads all necessary ressources into the repository. |
void |
terminate(yrqEngine a_engine)
This method terminates the scene by cleaning all its objects in the engines various collections and resetting its internal parameters. |
abstract void |
update(yrqEngine a_engine)
This method update the scene by manipulating all its objects in the engines various collections and setting its internal parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public yrqDemoScene()
| Method Detail |
public abstract void initialise(yrqEngine a_engine)
a_engine - The engine instance to usepublic abstract boolean isFinished()
public abstract void load(yrqRepository a_repository)
a_repository - The repository into which to loadpublic void terminate(yrqEngine a_engine)
a_engine - The engine instance to usepublic abstract void update(yrqEngine a_engine)
a_engine - The engine instance to use
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||