StreamDelegateDispatch Class Reference
[Streams]

Stream event delegate dispatcher. DelegateDispatch. More...

#include <StreamDelegateDispatch.h>

Inheritance diagram for StreamDelegateDispatch:
IMemoryValidate

List of all members.

Public Member Functions

DelegateDispatchOnClose ()
DelegateDispatchOneParameter
< const String & > & 
OnError ()
DelegateDispatchTwoParameter
< const Array< byte > &, int > & 
OnRead ()
void DispatchOnClose ()
void DispatchOnError (const String &msg)
void DispatchOnRead (const Array< byte > &a, int len)
void Add (IStreamReadListener *l)
virtual void ValidateMem () const
virtual void CheckMem () const

Detailed Description

Stream event delegate dispatcher. DelegateDispatch.

Definition at line 39 of file StreamDelegateDispatch.h.


Member Function Documentation

void StreamDelegateDispatch::Add ( IStreamReadListener l  ) 

If you would like events through an interface instead, use this method and the delegates will be created for you

Definition at line 49 of file Stream.cpp.


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