com.lmax.api.orderbook
Interface OrderBookStatusEventListener


public interface OrderBookStatusEventListener

Asynchronous listener for OrderBookStatus responses.


Method Summary
 void notify(OrderBookStatusEvent orderBookStatusEvent)
          Called when the system notifies us of an order book status change.
 

Method Detail

notify

void notify(OrderBookStatusEvent orderBookStatusEvent)
Called when the system notifies us of an order book status change.

Parameters:
orderBookStatusEvent - the event.