#include <gittask.h>
Object of this type are used to handle responses to messages sent by GitTask. This class should sub-classed by the user such that their application can be notified of the relevant events.
Public Methods | |
| GitTaskResponseHandler () | |
| Constructor. | |
| virtual DcppHandlerRet | CompleteOk (GitTask *task, StatusType *status) |
| Method invoked on successfull completion. | |
| virtual DcppHandlerRet | CompleteWithError (GitTask *task, StatusType *status) |
| Method invoked on error completion. | |
| virtual DcppHandlerRet | Triggered (GitTask *task, StatusType *status) |
| Method invoked on reception of a trigger message. | |
| virtual | ~GitTaskResponseHandler () |
| Destructor. | |
|
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
Method invoked on successfull completion. This method is invoked by GitTask:: when the releated message completes successfull.
|
|
||||||||||||
|
Method invoked on error completion. This method is invoked by GitTask:: when the releated message completes with an error.
|
|
||||||||||||
|
Method invoked on reception of a trigger message. This method is invoked by GitTask:: when the releated message gets a trigger message reply..
|
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tjf@aaoepp.aao.gov.au Generated on Tue Nov 3 09:09:56 2009 for AAO DRAMA C++ Interfaces by
1.2.18