haifa.shopsim
Interface ShopChangeListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ShopTraceMaker, ShopViewUpdater, StateTable, ShopAnim, StatisticsCollector

public interface ShopChangeListener
extends java.util.EventListener

Classes which implement this interface are sensitve to changes in the job shop. They are notfied about the changes via ShopChangeEvents. Note that we are not really clear about how much info the classes make out of the ShopChangeEvents that they recieve and how much info they make out of the ShopState object (assuming they have a reference to it).

Version:
1.1

Method Summary
 void shopChanged(ShopChangeEvent sce)
           
 

Method Detail

shopChanged

public void shopChanged(ShopChangeEvent sce)