Uses of Class
vooga.gameEngine.event.RemoveGameObjectEvent

Packages that use RemoveGameObjectEvent
games.pong   
games.RobotUnicornAttack   
games.SpaceInvaders   
games.SpaceInvaders.controllers   
testing.gameEngine.WormsDemo   
vooga.gameEngine.listener   
 

Uses of RemoveGameObjectEvent in games.pong
 

Methods in games.pong with parameters of type RemoveGameObjectEvent
 void Pong.processRemoveRequest(RemoveGameObjectEvent e)
           
 

Uses of RemoveGameObjectEvent in games.RobotUnicornAttack
 

Methods in games.RobotUnicornAttack with parameters of type RemoveGameObjectEvent
 void RobotUnicornAttack.processRemoveRequest(RemoveGameObjectEvent e)
           
 

Uses of RemoveGameObjectEvent in games.SpaceInvaders
 

Methods in games.SpaceInvaders with parameters of type RemoveGameObjectEvent
 void SpaceInvaders.processRemoveRequest(RemoveGameObjectEvent e)
           
 

Uses of RemoveGameObjectEvent in games.SpaceInvaders.controllers
 

Methods in games.SpaceInvaders.controllers with parameters of type RemoveGameObjectEvent
 void AlienAI.processRemoveRequest(RemoveGameObjectEvent e)
           
 

Uses of RemoveGameObjectEvent in testing.gameEngine.WormsDemo
 

Methods in testing.gameEngine.WormsDemo with parameters of type RemoveGameObjectEvent
 void WormsDemo.processRemoveRequest(RemoveGameObjectEvent e)
           
 

Uses of RemoveGameObjectEvent in vooga.gameEngine.listener
 

Methods in vooga.gameEngine.listener with parameters of type RemoveGameObjectEvent
 void AddRemoveGameObjectListener.processRemoveRequest(RemoveGameObjectEvent e)
          Removes the source object of the RemoveGameObjectEvent parameter or checks to see if this remove is possible before taking action.