Uses of Class
vooga.gameEngine.event.RotationChangedEvent

Packages that use RotationChangedEvent
testing.gameEngine   
vooga.gameEngine.item   
vooga.gameEngine.listener   
vooga.physicsEngine   
 

Uses of RotationChangedEvent in testing.gameEngine
 

Methods in testing.gameEngine with parameters of type RotationChangedEvent
 void EventTest.TestCameraListener.rotationChanged(RotationChangedEvent e)
           
 

Uses of RotationChangedEvent in vooga.gameEngine.item
 

Methods in vooga.gameEngine.item with parameters of type RotationChangedEvent
 void StaticItem.rotationChanged(RotationChangedEvent e)
           
 void BoundedItem.rotationChanged(RotationChangedEvent e)
           
 

Uses of RotationChangedEvent in vooga.gameEngine.listener
 

Methods in vooga.gameEngine.listener with parameters of type RotationChangedEvent
 void RotationChangeListener.rotationChanged(RotationChangedEvent e)
          This is called whenever a Tangible object changes its rotation.
 

Uses of RotationChangedEvent in vooga.physicsEngine
 

Methods in vooga.physicsEngine with parameters of type RotationChangedEvent
 void GamePhysicalParameters.rotationChanged(RotationChangedEvent e)