org::xmlBlaster::util::I_Timeout Class Reference

Abstract class you need to implement to receive timeout notifications see the omonimous I_Timeout.java. More...

Inheritance diagram for org::xmlBlaster::util::I_Timeout:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~I_Timeout ()
virtual void timeout (void *userData)=0
 You will be notified about the timeout through this method.

Detailed Description

Abstract class you need to implement to receive timeout notifications see the omonimous I_Timeout.java.

Author:
xmlBlaster@marcelruff.info

laghi@swissinfo.org

Definition at line 22 of file I_Timeout.h.


Constructor & Destructor Documentation

virtual org::xmlBlaster::util::I_Timeout::~I_Timeout (  )  [virtual]

Definition at line 24 of file I_Timeout.h.


Member Function Documentation

virtual void org::xmlBlaster::util::I_Timeout::timeout ( void *  userData  )  [pure virtual]

You will be notified about the timeout through this method.

Parameters:
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.


The documentation for this class was generated from the following file: