H::SocketEventWatcher Class Reference

Main SocketEventWatcher class. More...

#include <SocketEventWatcher.hpp>

Inheritance diagram for H::SocketEventWatcher:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void onSocketDisconnect (SocketInterface const &iSocket)=0
 Handle a socket disconnect.
virtual void onSocketConnect (SocketInterface const &iSocket)=0
 Handle a socket connection.
virtual void onSocketMessage (SocketInterface const &iSocket, std::string const &Message)=0
 Handle a socket message.
virtual void onSocketRead (SocketInterface const &iSocket, DynamicBuffer< char > &ReadBuffer)=0
 Handle a socket read.
 SocketEventWatcher ()
 Default Constructor.
virtual ~SocketEventWatcher ()
 Destructor.


Detailed Description

Main SocketEventWatcher class.

This is an interface for classes wishing to receive socket events

Definition at line 60 of file SocketEventWatcher.hpp.


The documentation for this class was generated from the following files:
Generated on Wed Nov 7 10:07:18 2007 for gizmod by  doxygen 1.5.3