Rogue Wave Server
API Reference Guide
Product Documentation:

Rogue Wave Server
Documentation Home
List of all members | Public Member Functions
IlsMvEndPoint::ConnectionListener Class Reference

Class used to listen disconnections. More...

#include <ilserver/mvendpt.h>

Public Member Functions

virtual void onDisconnect (IlsMvEndPoint &endpt)
 Called when the endpt is disconnected (as a result of a call to IlsMvEndPoint::onDisconnect()). More...
 

Detailed Description

Class used to listen disconnections.

Library: mvserver
and mvcomp

See also
IlsMvEndPoint::addConnectionListener().

Member Function Documentation

§ onDisconnect()

virtual void IlsMvEndPoint::ConnectionListener::onDisconnect ( IlsMvEndPoint endpt)
virtual

Called when the endpt is disconnected (as a result of a call to IlsMvEndPoint::onDisconnect()).

You can uninstall your listener from this method (see IlsMvEndPoint::removeConnectionListener())

Parameters
endptthe diconnected end point

© Copyright 2018, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.