AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code
Public Member Functions | List of all members
GitTaskResponseHandler Class Reference

Base object used to handle reponses to the GitTask messages. More...

#include <gittask.h>

Public Member Functions

 GitTaskResponseHandler ()
 Constructor.
 
virtual ~GitTaskResponseHandler ()
 Destructor.
 
virtual DcppHandlerRet CompleteOk (GitTask *, StatusType *status)
 Method invoked on successfull completion.
 
virtual DcppHandlerRet CompleteWithError (GitTask *, StatusType *status)
 Method invoked on error completion.
 
virtual DcppHandlerRet Triggered (GitTask *, StatusType *status)
 Method invoked on reception of a trigger message.
 

Detailed Description

Base object used to handle reponses to the GitTask messages.

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.


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