#include <FileDescriptor.h>
Inheritance diagram for FileDescriptor::Callback:
Public Types | |
typedef void (Callback::* | Method )(ref< FileDescriptor > const &desc) |
Definition at line 62 of file FileDescriptor.h.
|
All callbacks called by FileDescriptor methods must be of this type. The single argument, desc, is the FileDescriptor that the event occurred on. |