|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.silvermoon.moonglow.common.Client
The Client manages user requests as follows:
Constructor Summary | |
Client(Query query)
|
Method Summary | |
void |
handleResponse(int requestId,
Response response)
Called when a Plugin object returns a Response |
void |
handleResponseError(int requestId,
java.lang.Throwable error)
Called when a Plugin object returns an error |
void |
run()
Start the Client |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Client(Query query)
Method Detail |
public void run() throws ClientException, PluginException
ClientException
PluginException
public void handleResponse(int requestId, Response response)
handleResponse
in interface ResponseListener
public void handleResponseError(int requestId, java.lang.Throwable error)
handleResponseError
in interface ResponseListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |