|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrle.core.board.ThingMoveEvent
public class ThingMoveEvent
An event dispatched when a Thing changes location.
Constructor Summary | |
---|---|
ThingMoveEvent(Thing obj,
Locator oldLoc,
Locator newLoc)
|
Method Summary | |
---|---|
Locator |
getNewLoc()
|
Locator |
getOldLoc()
|
Thing |
getThing()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThingMoveEvent(Thing obj, Locator oldLoc, Locator newLoc)
Method Detail |
---|
public Thing getThing()
public Locator getNewLoc()
public Locator getOldLoc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |