Concrete Python
git-339c971
|
#include <concrete/event.hpp>
Public Member Functions | |
virtual void | wait (const EventTrigger &trigger, EventCallback *callback)=0 |
I/O event dispatch mechanism interface.
virtual void wait | ( | const EventTrigger & | trigger, |
EventCallback * | callback | ||
) | [pure virtual] |
Subscribe to an I/O event. (EventTrigger type declaration is incomplete as it's platform-specific.)
trigger | defines the I/O condition |
callback | will be invoked when the event occurs |