Uses of Class
app2.client.IHMGasp

Packages that use IHMGasp
app2.client   
app2.client.game   
 

Uses of IHMGasp in app2.client
 

Constructors in app2.client with parameters of type IHMGasp
NetworkCom(IHMGasp c)
           
 

Uses of IHMGasp in app2.client.game
 

Fields in app2.client.game declared as IHMGasp
 IHMGasp GameCanvas.ihmGasp
           
 

Constructors in app2.client.game with parameters of type IHMGasp
SimpleGameCanvas(App midlet, IHMGasp ihmGasp, int _time)
           
GameCanvas(App midlet, IHMGasp ihmGasp, int _time)