Public Member Functions | |
void | WatchL () |
void | IssueRequest () |
Static Public Member Functions | |
static CIntPropertyWatch * | NewL (CConsoleBase *aConsole) |
Subscribes to an integer property using the active object framework
Definition at line 31 of file subscribepe.h.
CIntPropertyWatch * CIntPropertyWatch::NewL | ( | CConsoleBase * | aConsole | ) | [static] |
Constructs a CIntPropertyWatch object
aConsole | The console interface |
Definition at line 50 of file subscribepe.cpp.
void CIntPropertyWatch::WatchL | ( | ) |
Gets the value of the property if it is already defined It also issues an outstanding request by re-subscribing to the property
Definition at line 119 of file subscribepe.cpp.
void CIntPropertyWatch::IssueRequest | ( | ) |
Issues an outstanding request by subscribing to the property
Definition at line 139 of file subscribepe.cpp.