Module GameTask :: Class GameTask
[hide private]
[frames] | no frames]

Class GameTask

source code

             Task.Task --+
                         |
     Input.KeyListener --+
                         |
Session.MessageHandler --+
                         |
                        GameTask

Instance Methods [hide private]
 
__init__(self, engine, session, drawMiniViews=True) source code
 
quit(self) source code
 
handleSceneEntered(self, sender, sceneId, playerId) source code
 
handleSceneLeft(self, sender, sceneId, playerId) source code
 
handleGameFinished(self, sender) source code
 
handleConnectionLost(self, sender) source code

Inherited from Task.Task: run, started, stopped

Inherited from Input.KeyListener: keyPressed, keyReleased

Inherited from Session.MessageHandler: handleMessage, handleSessionClosed, handleSessionOpened

Method Details [hide private]

__init__(self, engine, session, drawMiniViews=True)
(Constructor)

source code 
Overrides: Task.Task.__init__