com.dxfeed.api
Interface DXFeedEventListener<E>

Type Parameters:
E - the type of events.

public interface DXFeedEventListener<E>

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


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

Method Detail

eventsReceived

void eventsReceived(List<E> events)
Invoked when events of type E are received.

Parameters:
events - the list of received events.


Copyright © 2013 Devexperts. All Rights Reserved.