Inheritance diagram for org::xmlBlaster::util::I_Timeout:
Public Member Functions | |
virtual | ~I_Timeout () |
virtual void | timeout (void *userData)=0 |
You will be notified about the timeout through this method. |
Definition at line 22 of file I_Timeout.h.
virtual org::xmlBlaster::util::I_Timeout::~I_Timeout | ( | ) | [virtual] |
Definition at line 24 of file I_Timeout.h.
virtual void org::xmlBlaster::util::I_Timeout::timeout | ( | void * | userData | ) | [pure virtual] |
You will be notified about the timeout through this method.
userData | You get bounced back your userData which you passed with Timeout.addTimeoutListener() |
Implemented in org::xmlBlaster::util::dispatch::ConnectionsHandler, and org::xmlBlaster::test::TestTimeout.