Package velox.api.layer1
Interface Layer1ApiInstrumentListenable
- All Known Subinterfaces:
Layer1ApiInstrumentProvider,Layer1ApiProvider,LayerApiListenable
- All Known Implementing Classes:
ExternalLiveBaseProvider,ExternalReaderBaseProvider,Layer1ApiBasicListenable,Layer1ApiDepthFreezer,Layer1ApiInjectorRelay,Layer1ApiRelay,Layer1ApiStrategiesEchoMessagesLayer,Layer1ApiUpstreamRelay
public interface Layer1ApiInstrumentListenable
-
Method Summary
Modifier and Type Method Description voidaddListener(Layer1ApiInstrumentListener listener)Add instrument events listenervoidremoveListener(Layer1ApiInstrumentListener listener)Remove instrument events listener
-
Method Details
-
addListener
Add instrument events listener- Parameters:
listener- listener to add
-
removeListener
Remove instrument events listener- Parameters:
listener- listener to remove
-