org.omegahat.Simulation.MCMC.Listeners
Interface ResettableListener

All Superinterfaces:
MCMCListener
All Known Implementing Classes:
AcceptanceWriter, CovarianceListener, DistanceListener, HistogramWriter, MeanWriter

public interface ResettableListener
extends MCMCListener

This interface indicates that the listener has some stored state that can be reset by calling the notify() method.


Method Summary
 void reset()
          Reset any stored state to the initial condition
 
Methods inherited from interface org.omegahat.Simulation.MCMC.MCMCListener
notify
 

Method Detail

reset

public void reset()
Reset any stored state to the initial condition