Concrete Python
git-339c971
|
#include <concrete/event.hpp>
Public Member Functions | |
virtual void | resume ()=0 throw () |
I/O event callback interface.
virtual void resume | ( | ) | throw () [pure virtual] |
Invoked when an I/O condition occurs or the EventLoop is terminated. This method is responsible for deleting the EventCallback instance.