ObjFW
Public Member Functions
<OFStreamObserverDelegate> Protocol Reference

A protocol that needs to be implemented by delegates for OFStreamObserver. More...

#include <OFStreamObserver.h>

Inheritance diagram for <OFStreamObserverDelegate>:
<OFObject>

List of all members.

Public Member Functions

void streamDidBecomeReadyForReading: (OFStream *stream)
void streamDidBecomeReadyForWriting: (OFStream *stream)
void streamDidReceiveException: (OFStream *stream)

Detailed Description

A protocol that needs to be implemented by delegates for OFStreamObserver.


Member Function Documentation

void OFStreamObserverDelegate-p::streamDidBecomeReadyForReading: ( OFStream stream) [optional, virtual]

This callback is called when a stream did get ready for reading.

Parameters:
streamThe stream which did become ready for reading
void OFStreamObserverDelegate-p::streamDidBecomeReadyForWriting: ( OFStream stream) [optional, virtual]

This callback is called when a stream did get ready for writing.

Parameters:
streamThe stream which did become ready for writing
void OFStreamObserverDelegate-p::streamDidReceiveException: ( OFStream stream) [optional, virtual]

This callback is called when an exception occurred on the stream.

Parameters:
streamThe stream on which an exception occurred

The documentation for this protocol was generated from the following file:
 All Classes Functions Variables