org.lucci.madhoc.simulation
Class MonitorInitializer

java.lang.Object
  extended by org.lucci.madhoc.simulation.MonitorInitializer
All Implemented Interfaces:
Configurable

public abstract class MonitorInitializer
extends java.lang.Object
implements Configurable

Author:
luc.hogie

Constructor Summary
MonitorInitializer()
           
 
Method Summary
 Monitor getMonitor()
           
abstract  void initialize()
           
 void setMonitor(Monitor monitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.lucci.madhoc.simulation.Configurable
configure
 

Constructor Detail

MonitorInitializer

public MonitorInitializer()
Method Detail

getMonitor

public Monitor getMonitor()

setMonitor

public void setMonitor(Monitor monitor)

initialize

public abstract void initialize()