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

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

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


Field Summary
 int step
           
 
Constructor Summary
SimpleMarkovChain.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

SimpleMarkovChain.listenerPrinter

public SimpleMarkovChain.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