Package org.knowm.xchange.simulated
Interface SimulatedExchangeOperationListener
-
- All Known Implementing Classes:
RandomExceptionThrower
public interface SimulatedExchangeOperationListener
Listener which is called every time theSimulatedExchange
performs an operation.Pass instances to
ExchangeSpecification.getExchangeSpecificParametersItem(String)
using the parameter nameSimulatedExchange.ON_OPERATION_PARAM
to have them called back.See
RandomExceptionThrower
for an example implementation.- Author:
- Graham Crockford
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSimulatedExchangeOperation()
Called every time
-
-
-
Method Detail
-
onSimulatedExchangeOperation
void onSimulatedExchangeOperation() throws IOException
Called every time- Throws:
IOException
-
-