com.dxfeed.api
Interface DXFeedEventListener<T>


public interface DXFeedEventListener<T>

The listener interface for receiving events of the specified type T.


Method Summary
 void eventsReceived(java.util.List<T> events)
          Invoked when events of type T are received.
 

Method Detail

eventsReceived

void eventsReceived(java.util.List<T> events)
Invoked when events of type T are received.

Parameters:
events - the list of received events.