|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
vooga.gameEngine.event.PositionChangedEvent
public class PositionChangedEvent
Fired whenever a call to Tangible.setPosition(Position)
is made.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PositionChangedEvent(java.lang.Object source,
Position p)
|
Method Summary | |
---|---|
Position |
getPosition()
Gives the Position associated with this
PositionChangedEvent . |
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 PositionChangedEvent(java.lang.Object source, Position p)
Method Detail |
---|
public Position getPosition()
Position
associated with this
PositionChangedEvent
.
Position
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |