public class CoinfloorEventListener extends ExchangeEventListener
| Constructor and Description |
|---|
CoinfloorEventListener(BlockingQueue<ExchangeEvent> consumerEventQueue,
BlockingQueue<ExchangeEvent> systemEventQueue) |
| Modifier and Type | Method and Description |
|---|---|
CoinfloorAdapters |
getAdapterInstance() |
String |
getServerNonce() |
void |
handleEvent(ExchangeEvent event)
Client code is expected to implement this in a manner specific to their own application
|
public CoinfloorEventListener(BlockingQueue<ExchangeEvent> consumerEventQueue, BlockingQueue<ExchangeEvent> systemEventQueue)
consumerEventQueue - public void handleEvent(ExchangeEvent event) throws ExchangeException
ExchangeEventListenerClient code is expected to implement this in a manner specific to their own application
handleEvent in class ExchangeEventListenerevent - The exchange event containing the informationExchangeExceptionpublic CoinfloorAdapters getAdapterInstance()
public String getServerNonce()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.