package org.lucci.madhoc.gui;

/*
 * Created on Jul 3, 2004
 */

/**
 * @author luc.hogie
 */
public interface SimulationRuntimeListener
{
    void stateChanged();
    void iterationPerformed();
}