#include <OnixS/CME/ConflatedUDP/FeedListener.h>
Public Member Functions | |
virtual void | onConnected (const NetFeed &) |
virtual void | onConnectIssue (const NetFeed &, const Char *) |
virtual void | onConnectFailure (const NetFeed &, const Char *) |
virtual void | onDisconnected (const NetFeed &) |
Collection of the events raised by the NetFeed at various stages of its lifetime.
Definition at line 34 of file FeedListener.h.
|
inlinevirtual |
Invoked by a NetFeed instance when it connected/joined the remote address.
Definition at line 41 of file FeedListener.h.
Invoked by a NetFeed instance when it was not able to connect/join the remote address.
Definition at line 61 of file FeedListener.h.
Invoked by a NetFeed instance when a non-critical issue occurred while connecting/joining the remote address.
Definition at line 51 of file FeedListener.h.
|
inlinevirtual |
Invoked by a NetFeed instance when it disconnected/unjoined the remote address.
Definition at line 71 of file FeedListener.h.