Beispiel #1
0
 public void init()
 {
     appSpeaker     = new AppSpeaker();
     iHandler       = new InputHandler();
     iForm          = new InputForm();
     handleKeyPress = new HandleKeyPress();
 }
Beispiel #2
0
 public InputHandler()
 {
     input      = null;
     output     = null;
     appSpeaker = new AppSpeaker();
 }