org.omegahat.Simulation.MCMC.Examples
Class SimpleMetropolisSampler.listenerPrinter

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.Examples.SimpleMetropolisSampler.listenerPrinter
All Implemented Interfaces:
MCMCListener
Enclosing class:
SimpleMetropolisSampler

public static class SimpleMetropolisSampler.listenerPrinter
extends java.lang.Object
implements MCMCListener


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

Field Detail

step

public int step
Constructor Detail

SimpleMetropolisSampler.listenerPrinter

public SimpleMetropolisSampler.listenerPrinter()
Method Detail

notify

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