Uses of Class
rle.core.board.ThingRemoveEvent

Packages that use ThingRemoveEvent
rle.core.board   
rle.core.ui   
rle.simple.board   
 

Uses of ThingRemoveEvent in rle.core.board
 

Methods in rle.core.board with parameters of type ThingRemoveEvent
 void BoardListener.thingRemove(ThingRemoveEvent event)
           
 

Uses of ThingRemoveEvent in rle.core.ui
 

Methods in rle.core.ui with parameters of type ThingRemoveEvent
 void CameraModelBase.thingRemove(ThingRemoveEvent event)
          When anything is removed from the board we stop listening to it and forget it.
 

Uses of ThingRemoveEvent in rle.simple.board
 

Methods in rle.simple.board with parameters of type ThingRemoveEvent
 void LightMgr.thingRemove(ThingRemoveEvent event)