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
ExchangeEventListener
Client code is expected to implement this in a manner specific to their own application
handleEvent
in class ExchangeEventListener
event
- The exchange event containing the informationExchangeException
public CoinfloorAdapters getAdapterInstance()
public String getServerNonce()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.