|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DXFeedEventListener<T extends Event>
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 |
---|
void eventsReceived(java.util.List<T> events)
T
are received.
events
- the list of received events.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |