etomica.data
Class DataPumpListener
java.lang.Object
etomica.data.DataProcessor
etomica.data.DataPump
etomica.data.DataPumpListener
- All Implemented Interfaces:
- IAction, IIntegratorListener, DataPipe, IDataSink, Serializable
public class DataPumpListener
- extends DataPump
- implements IIntegratorListener
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataPumpListener
public DataPumpListener(IEtomicaDataSource dataSource,
IDataSink dataSink)
DataPumpListener
public DataPumpListener(IEtomicaDataSource dataSource,
IDataSink dataSink,
int interval)
integratorInitialized
public void integratorInitialized(IIntegratorEvent e)
- Description copied from interface:
IIntegratorListener
- Invoked when integration begins.
- Specified by:
integratorInitialized in interface IIntegratorListener
integratorStepStarted
public void integratorStepStarted(IIntegratorEvent e)
- Description copied from interface:
IIntegratorListener
- Invoked at the beginning of each integrator step.
- Specified by:
integratorStepStarted in interface IIntegratorListener
integratorStepFinished
public void integratorStepFinished(IIntegratorEvent e)
- Description copied from interface:
IIntegratorListener
- Invoked at the end of each integrator step.
- Specified by:
integratorStepFinished in interface IIntegratorListener
setInterval
public void setInterval(int i)
getInterval
public int getInterval()