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

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

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


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

SimpleGibbsSampler.listenerPrinter

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