|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
Start(Input in,
java.awt.Frame frame)
The Start method is called by ZeumControlPanel whenever
a new experience needs to be started. |
boolean |
Stop()
Stop is called by the ZeumControlPanel when the experience
is stopped by the Jam-O-Drum operator. |
Method Detail |
public boolean Start(Input in, java.awt.Frame frame)
Start
method is called by ZeumControlPanel
whenever
a new experience needs to be started. All initialization for the experience should be done
in this method.in
- Input
object created by ZeumControlPanel
.
Contains the interfaces necessary to receive input from the Jam-O-Drum.frame
- A reference to the ZeumControlPanel
frame.public boolean Stop()
Stop
is called by the ZeumControlPanel
when the experience
is stopped by the Jam-O-Drum operator. All shutdown for the experience should be performed in
this method.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |