class IONotify

IONotify is the base class you can derive from to receive callbacks about IO activity. More...

Contains pure virtuals
Full nameArts::IONotify
Definition#include <arts/iomanager.h>
Inherited bySocketConnection, TCPConnection, TCPServer, UnixConnection, UnixServer
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

IONotify is the base class you can derive from to receive callbacks about IO activity. You will need to call the watchFD function of the IOManager to start watching a filedescriptor.

void  notifyIO (int fd, int type)

[pure virtual]

This is the function that gets called if something relevant happened on the filedescriptor you watched with IOManager::watchFD.

Parameters:
fdis the filedescriptor that has seen some IO activity
typeis the type of activity (as combination of IOType)


Generated by: stefan@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47.