haifa.shopsim
Interface PostRunAction

All Known Implementing Classes:
PostGUIRunAction

public interface PostRunAction

This interface is used for it's sole method, doAction(). It should be implemented by a host of a shop simulation. A shop simulation knows to call this method after a simulation run is finished.

Version:
1.1

Method Summary
 void doAction()
          Does whatever is needed for the specific framework.
 

Method Detail

doAction

public void doAction()
Does whatever is needed for the specific framework.