Uses of Class
frog.demo.CowSprite

Packages that use CowSprite
frog.demo   
 

Uses of CowSprite in frog.demo
 

Methods in frog.demo with parameters of type CowSprite
 void UFOSprite.giveTarget(CowSprite cow)
          Gives a new target CowSprite for the UFO to approach.
protected  void DemoController.notifyAbduction(CowSprite cow)
          Allows the controller to put the abducted cow to a special queue.
protected  void DemoController.notifyRelease(CowSprite cow)
          Notifies the controller of the release of a cow from the hold of a UFO.
protected  void DemoController.removeCow(CowSprite cow)
          Completely removes the given CowSprite from the game.