logging
Class SavingRunnable
java.lang.Object
logging.SavingRunnable
- All Implemented Interfaces:
- java.lang.Runnable
public class SavingRunnable
- extends java.lang.Object
- implements java.lang.Runnable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESULTS_FOLDER
public static final java.lang.String RESULTS_FOLDER
- See Also:
- Constant Field Values
SavingRunnable
public SavingRunnable(Mapper mapper,
GeneratorsController controller,
int timeBetweenSaves)
isAlive
public boolean isAlive()
setAlive
public void setAlive(boolean alive)
getMapper
public Mapper getMapper()
setMapper
public void setMapper(Mapper mapper)
getContoller
public GeneratorsController getContoller()
setContoller
public void setContoller(GeneratorsController contoller)
getTimeBetweenSaves
public int getTimeBetweenSaves()
setTimeBetweenSaves
public void setTimeBetweenSaves(int timeBetweenSaves)
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
startThread
public void startThread()
stopThread
public void stopThread()