haifa.shopsim.UI
Class PostGUIRunAction

java.lang.Object
  |
  +--haifa.shopsim.UI.PostGUIRunAction
All Implemented Interfaces:
PostRunAction

public class PostGUIRunAction
extends java.lang.Object
implements PostRunAction

This class is a functor that holds the method that is done after a run. It is the shopRun that calls this method.

Version:
1.1

Field Summary
(package private)  MainGUI mainGUI
           
 
Constructor Summary
PostGUIRunAction(MainGUI mainGUI_)
           
 
Method Summary
 void doAction()
          Does whatever is needed for the specific framework.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

mainGUI

MainGUI mainGUI
Constructor Detail

PostGUIRunAction

public PostGUIRunAction(MainGUI mainGUI_)
Method Detail

doAction

public void doAction()
Description copied from interface: PostRunAction
Does whatever is needed for the specific framework.
Specified by:
doAction in interface PostRunAction