|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface BaseEngine.IEngineEventCallback
Interface which must be implemented by engine client. Provides the interface for engine to return the results of requests to their clients.
Method Summary | |
---|---|
ApplicationCache |
getApplicationCache()
Returns the ApplicationCache, for storing data. |
UiAgent |
getUiAgent()
Returns the UiAgent, for sending unsolicited messages to the UI. |
void |
kickWorkerThread()
Restarts the WorkerThread if it is in a sleeping or suspended state, ignored otherwise. |
void |
onUiEvent(ServiceUiRequest event,
int request,
int status,
java.lang.Object data)
Handle an incoming UI Event. |
Method Detail |
---|
void onUiEvent(ServiceUiRequest event, int request, int status, java.lang.Object data)
event
- ServiceUiRequest - e.g. UI request complete.request
- ID of associated request.status
- status of request (success or error code).data
- object Data associated with completed request.void kickWorkerThread()
UiAgent getUiAgent()
ApplicationCache getApplicationCache()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaDoc