Uses of Interface
ballwar.view.IBallCtrlAdapter

Packages that use IBallCtrlAdapter
ballwar.view   
 

Uses of IBallCtrlAdapter in ballwar.view
 

Fields in ballwar.view declared as IBallCtrlAdapter
private  IBallCtrlAdapter BallGUI._bCtrlA
          The IBallCtrlAdapter used to control the balls.
 

Constructors in ballwar.view with parameters of type IBallCtrlAdapter
BallGUI(WindowListener wl, IBallCreateAdapter bCreateA, IBallCtrlAdapter bCtrlA, IGameCtrlAdapter gCtrlA)
          Constructor for the class.