IAction, DataPipe, IDataSink, IntegratorListenerpublic class DataPumpListenerPowStrict extends DataPump implements IntegratorListener
| Modifier and Type | Field | Description |
|---|---|---|
protected long |
interval |
|
protected long |
intervalCount |
|
protected int |
pow |
dataInfo, dataSink, tagdataSource, dataSourceInfo| Constructor | Description |
|---|---|
DataPumpListenerPowStrict(IDataSource dataSource,
IDataSink dataSink) |
|
DataPumpListenerPowStrict(IDataSource dataSource,
IDataSink dataSink,
int pow) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getInterval() |
|
void |
integratorInitialized(IntegratorEvent e) |
Invoked when integration begins.
|
void |
integratorStepFinished(IntegratorEvent e) |
Invoked at the end of each integrator step.
|
void |
integratorStepStarted(IntegratorEvent e) |
Invoked at the beginning of each integrator step.
|
void |
reset() |
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSinkactionPerformed, getDataSource, processData, processDataInfoprotected long interval
protected long intervalCount
protected int pow
public DataPumpListenerPowStrict(IDataSource dataSource, IDataSink dataSink)
public DataPumpListenerPowStrict(IDataSource dataSource, IDataSink dataSink, int pow)
public void integratorInitialized(IntegratorEvent e)
IntegratorListenerintegratorInitialized in interface IntegratorListenerpublic void integratorStepStarted(IntegratorEvent e)
IntegratorListenerintegratorStepStarted in interface IntegratorListenerpublic void integratorStepFinished(IntegratorEvent e)
IntegratorListenerintegratorStepFinished in interface IntegratorListenerpublic void reset()
public long getInterval()