From Wiketomica
ISimulationListenerEvent
Purpose
Proposed Interface
interface ISimulationListener {
void simulationBoxAdded(ISimulationBoxEvent e);
void simulationBoxRemoved(ISimulationBoxEvent e);
void simulationSpeciesAdded(ISimulationSpeciesEvent e);
void simulationSpeciesRemoved(ISimulationSpeciesEvent e);
void simulationSpeciesIndexChanged(ISimulationSpeciesIndexEvent e);
void simulationSpeciesMaxIndexChanged(ISimulationSpeciesIndexEvent e);
void simulationAtomTypeIndexChanged(ISimulationAtomTypeIndexEvent e);
void simulationAtomTypeMaxIndexChanged(ISimulationAtomTypeIndexEvent e);
}