games.SpaceInvaders.events
Class DropBombEvent

java.lang.Object
  extended by java.util.EventObject
      extended by games.SpaceInvaders.events.DropBombEvent
All Implemented Interfaces:
java.io.Serializable

public class DropBombEvent
extends java.util.EventObject

Author:
Justin C. Klaassen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DropBombEvent(java.lang.Object source, Position p)
           
 
Method Summary
 Position getPosition()
           
 
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

DropBombEvent

public DropBombEvent(java.lang.Object source,
                     Position p)
Method Detail

getPosition

public Position getPosition()