VCF::AsyncReturns Class Reference
Interface class used for async delegate execution. More...
#include <vcf/FoundationKit/Delegates.h>
Inheritance diagram for VCF::AsyncReturns:

Public Member Functions | |
| virtual | ~AsyncReturns () |
| virtual void | functionFinished (AsyncResult *, Runnable *runnable)=0 |
Detailed Description
Interface class used for async delegate execution.It is used to indicate that a function call (by a callback) completed. The implemenation for delegates that have no return type is a no-op. For delegates do have a return type, the implementation is to store the return value in the delegate's results cache.
- See also:
- DelegateR
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
||||||||||||
The documentation for this class was generated from the following file:
- vcf/FoundationKit/Delegates.h
