winss
Public Member Functions | List of all members
winss::PipeClientSendListener Class Referenceabstract

A listener for pipe client send complete events. More...

#include <pipe_client.hpp>

Inheritance diagram for winss::PipeClientSendListener:
Inheritance graph
[legend]
Collaboration diagram for winss::PipeClientSendListener:
Collaboration graph
[legend]

Public Member Functions

virtual bool WriteComplete ()=0
 Called when the pipe client has finished sending data. More...
 
virtual ~PipeClientSendListener ()
 Default destructor. More...
 
- Public Member Functions inherited from winss::PipeClientConnectionListener
virtual bool Connected ()=0
 Called when the pipe client is connected. More...
 
virtual bool Disconnected ()=0
 Called when the pipe client is disconnected. More...
 
virtual ~PipeClientConnectionListener ()
 Default destructor. More...
 

Detailed Description

A listener for pipe client send complete events.

Constructor & Destructor Documentation

virtual winss::PipeClientSendListener::~PipeClientSendListener ( )
inlinevirtual

Default destructor.

Member Function Documentation

virtual bool winss::PipeClientSendListener::WriteComplete ( )
pure virtual

Called when the pipe client has finished sending data.

Returns
True if still listening for events otherwise false.

Implemented in winss::OutboundControlItem.


The documentation for this class was generated from the following file: