|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
vooga.gameEngine.event.AddGameObjectEvent
public class AddGameObjectEvent
An EventObject
used to have a GameRelatedObject
signal
that it would like to add a GameItem
to the game which is running.
For example an alien in space invaders might signify that it wants to add a
laser object to be shot.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
AddGameObjectEvent(java.lang.Object o)
Default constructor for AddGameObjectEvent . |
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 |
---|
public AddGameObjectEvent(java.lang.Object o)
AddGameObjectEvent
.
o
- is the Object
which should be added to the game
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |