|
|
Provides services like timers and notifications when filedescriptors get ready to read/write.
|
[virtual]
void |
[pure virtual]
processes exactly one io event
void |
[pure virtual]
enters a loop which processes io events, until terminate is called
may only be called once (use processOneEvent for other purposes)
void |
[pure virtual]
terminates the io event loop (which was started with run)
void |
[pure virtual]
starts watching one filedescriptor for certain types of operations
notifies the notify object when e.g. the fd requires (allows) reading and types contained IOType::read.
void |
[pure virtual]
stops watching a filedescriptor
void |
[pure virtual]
starts a periodic timer
void |
[pure virtual]
stops the timer
Generated by: stefan@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47. |