rle.core.board
Class ThingMoveEvent

java.lang.Object
  extended by rle.core.board.ThingMoveEvent

public class ThingMoveEvent
extends java.lang.Object

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

ThingMoveEvent

public ThingMoveEvent(Thing obj,
                      Locator oldLoc,
                      Locator newLoc)
Method Detail

getThing

public Thing getThing()

getNewLoc

public Locator getNewLoc()

getOldLoc

public Locator getOldLoc()