|
| ||||||||||||||||
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 |
[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@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47. |