omegalib
13.1
|
#include <AsyncTask.h>
Classes | |
class | IAsyncTaskHandler |
Public Types | |
typedef T | Data |
Public Member Functions | |
AsyncTask (double timestamp=0) | |
T & | getData () |
void | setData (const T &data) |
bool | isComplete () |
int | getProgress () |
void | setProgress (int value) |
double | getTimestamp () |
void | notifyComplete (bool failed=false, const String &completionMessage="") |
void | setCompletionCommand (const String &cmd) |
const String & | getCompletionCommand () |
void | setCompletionHandler (IAsyncTaskHandler *handler) |
IAsyncTaskHandler * | setCompletionHandler () |
void | setTaskId (const String &value) |
const String & | getTaskId () |
bool | hasFailed () |
const String & | getCompletionMessage () |
Public Member Functions inherited from omicron::ReferenceType | |
ReferenceType () | |
virtual | ~ReferenceType () |
void | ref () |
void | unref () |
long | refCount () |
Additional Inherited Members | |
Static Public Member Functions inherited from omicron::ReferenceType | |
static void | printObjCounts () |
Static Protected Attributes inherited from omicron::ReferenceType | |
static List< ReferenceType * > | mysObjList |
typedef T omega::AsyncTask< T >::Data |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |