Uses of Interface
game.application.IGameApplication

Packages that use IGameApplication
game Root package, contains IGame and IGameDisplay interfaces, and CGameCanvas and CGameLoop classes. 
game.application Contains both an applet and a frame, both implementing IGameApplication and containing a CGameCanvas. 
 

Uses of IGameApplication in game
 

Fields in game declared as IGameApplication
private  IGameApplication CGameCanvas.m_gameApplication
           
 

Constructors in game with parameters of type IGameApplication
CGameCanvas(IGameApplication gameApplication)
          Resource loading constructor.
 

Uses of IGameApplication in game.application
 

Classes in game.application that implement IGameApplication
 class CGameApplet
          The application as an applet.
 class CGameFrame
          The application as a standalone app.