IlsMvEndPoint::ConnectionListener
 
IlsMvEndPoint::ConnectionListener
Category 
Dynamic view-related, nested enumerated type (component and server)
Description 
This enumerated type, nested in the class IlsMvEndPoint, specifies the type of trace attached to interactions between an object server and its components. See the trace functions of the class IlsMvEndPoint for more information.
Libraries 
<mvserver> and <mvcomp>
Header File 
#include <ilserver/mvendpt.h>
Synopsis 
class ConnectionListener {
virtual void onDisconnect(IlsMvEndPoint& endpt);
};
Member Function 
[virtual] void onDisconnect(IlsMvEndPoint& endpt);
This virtual member function is called when the endpoint is disconnected (as a result of a call to IlsMvEndPoint::onDisconnect). You can uninstall your listener from this method.
See Also 
IlsMvEndPoint

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.