etomica.api
Interface IIntegratorListener

All Known Subinterfaces:
IIntegratorListenerMD
All Known Implementing Classes:
DataPumpListener, IntegratorListenerAction, IntegratorListenerGroupSeries, NeighborListManager

public interface IIntegratorListener


Method Summary
 void integratorInitialized(IIntegratorEvent e)
          Invoked when integration begins.
 void integratorStepFinished(IIntegratorEvent e)
          Invoked at the end of each integrator step.
 void integratorStepStarted(IIntegratorEvent e)
          Invoked at the beginning of each integrator step.
 

Method Detail

integratorInitialized

void integratorInitialized(IIntegratorEvent e)
Invoked when integration begins.

Parameters:
e -

integratorStepStarted

void integratorStepStarted(IIntegratorEvent e)
Invoked at the beginning of each integrator step.

Parameters:
e -

integratorStepFinished

void integratorStepFinished(IIntegratorEvent e)
Invoked at the end of each integrator step.

Parameters:
e -