rle.core.board
Class ThingRemoveEvent

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

public class ThingRemoveEvent
extends java.lang.Object

An event dispatched when a Thing is removed from the board.


Constructor Summary
ThingRemoveEvent(Board b, Thing obj, Locator oldLoc)
           
 
Method Summary
 Board getBoard()
           
 Locator getOldLoc()
           
 Thing getThing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThingRemoveEvent

public ThingRemoveEvent(Board b,
                        Thing obj,
                        Locator oldLoc)
Method Detail

getBoard

public Board getBoard()

getThing

public Thing getThing()

getOldLoc

public Locator getOldLoc()