|
| ||||||||||||||||
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.
See also: IOManager
| void notifyIO (int fd, int type)
| notifyIO |
[pure virtual]
This is the function that gets called if something relevant happened on the filedescriptor you watched with IOManager::watchFD.
Parameters:
| fd | is the filedescriptor that has seen some IO activity |
| type | is the type of activity (as combination of IOType) |
| Generated by: stefan on stefan on Sat Jun 2 23:13:28 2001, using kdoc 2.0a53. |