com.speckled.specksim.listener
Interface WallListener

All Known Implementing Classes:
OctTreeField

public interface WallListener

This interface should be used if you need to keep track of changes to the state of the walls in the simulator

Author:
ryanm

Method Summary
 void wallStateChanged()
          This method is called whenever something is changed with the walls.
 

Method Detail

wallStateChanged

void wallStateChanged()
This method is called whenever something is changed with the walls. Walls can be assumed to be static and unchanging between calls to this method