Uses of Interface
ballwar.model.IViewCtrlAdapter

Packages that use IViewCtrlAdapter
ballwar.model   
 

Uses of IViewCtrlAdapter in ballwar.model
 

Fields in ballwar.model declared as IViewCtrlAdapter
private  IViewCtrlAdapter BallModel._vCtrlA
          The adapter to the view.
 

Constructors in ballwar.model with parameters of type IViewCtrlAdapter
BallModel(IViewCtrlAdapter vCtrlA)
          Constructor for the BallControl class Instantiates the BallGUI frame with the required ILambdas for making a ball, clearing the balls from the screen and for painting the balls onto the Container Starts the timer up.