org.omegahat.Simulation.MCMC.Listeners
Class ListenerPrinter

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.Listeners.ListenerPrinter
All Implemented Interfaces:
MCMCListener
Direct Known Subclasses:
ArrayListener, RecordingStepListener, StepListenerPrinter

public class ListenerPrinter
extends java.lang.Object
implements MCMCListener


Constructor Summary
ListenerPrinter()
           
 
Method Summary
 void notify(MCMCEvent e)
          Function to be called for notification
 void reset()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ListenerPrinter

public ListenerPrinter()
Method Detail

reset

public void reset()

notify

public void notify(MCMCEvent e)
Description copied from interface: MCMCListener
Function to be called for notification
Specified by:
notify in interface MCMCListener