27class ForcedLogoutNotification;
Per-message metadata delivered to listener callbacks.
Partition List Notification.
Session List Notification.
virtual void onLogonResponse(const LogonResponse &, const MessageInfo &)
Implement this member to get notifications about LogonResponse message received.
virtual void onSessionListNotification(const SessionListNotification &, const MessageInfo &)
Implement this member to get notifications about SessionListNotification message received.
virtual void onHeartbeatNotification(const HeartbeatNotification &, const MessageInfo &)
Implement this member to get notifications about HeartbeatNotification message received.
virtual void onReject(const Reject &, const MessageInfo &)
Implement this member to get notifications about Reject message received.
virtual void onForcedLogoutNotification(const ForcedLogoutNotification &, const MessageInfo &)
Implement this member to get notifications about ForcedLogoutNotification message received.
virtual void onPartitionListNotification(const PartitionListNotification &, const MessageInfo &)
Implement this member to get notifications about PartitionListNotification message received.
virtual void onLogoutResponse(const LogoutResponse &, const MessageInfo &)
Implement this member to get notifications about LogoutResponse message received.
virtual ~SessionListener()
Disables public delete operator in the interface class.