vooga.gameEngine.event
Class RemoveGameObjectEvent

java.lang.Object
  extended by java.util.EventObject
      extended by vooga.gameEngine.event.RemoveGameObjectEvent
All Implemented Interfaces:
java.io.Serializable

public class RemoveGameObjectEvent
extends java.util.EventObject

An EventObject used to mark an Object within the game for removal. This event is fired by an Object desiring to be removed from the game such as a dead character.

Author:
Justin C. Klaassen, Geoffrey S. Lawler
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RemoveGameObjectEvent(java.lang.Object o)
          Default constructor for RemoveGameObjectEvent.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveGameObjectEvent

public RemoveGameObjectEvent(java.lang.Object o)
Default constructor for RemoveGameObjectEvent.

Parameters:
o - is the Object marked for removal