rle.core.board
Class ThingInsertEvent

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

public class ThingInsertEvent
extends java.lang.Object

An event dispatched when a Thing is added to the board.


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

Constructor Detail

ThingInsertEvent

public ThingInsertEvent(Board b,
                        Thing obj)
Method Detail

getBoard

public Board getBoard()

getThing

public Thing getThing()