Uses of Interface
IPlayerView

Uses of IPlayerView in <Unnamed>
 

Fields in <Unnamed> declared as IPlayerView
protected  IPlayerView AbstractPlayer.myView
           
 

Methods in <Unnamed> with parameters of type IPlayerView
 void IPlayer.setView(IPlayerView view)
          Specify a view for this player, the view is potentially used to show errors, highlight cubes for a word, and so on.
 void AbstractPlayer.setView(IPlayerView view)
          Set a veiw for this player, if not called the player will have a null view.