org.omegahat.Simulation.MCMC
Interface NotifyingObject
- All Known Implementing Classes:
- NotifyingMCMCObject, ThinningProxyListener, SplittingProxyListener
- public interface NotifyingObject
Indicates that this MCMC Object can register and unregister
listeners and will notify them of events.
registerListener
public MCMCListenerHandle registerListener(MCMCListener l)
- Register a listener to be notified of events.
unregisterListener
public void unregisterListener(MCMCListenerHandle h)
- Unregister a listener to be notified of events.