|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPHXAnalysisClientListener
This interface is used by the PHXAnalysisClient class. The newResponse() method is called each time a new response is received from the server.
| Method Summary | |
|---|---|
void |
onException(PHXAnalysisClientExceptionEvent e)
called each time an exception occurs while reading from the connection to the Analysis Server. |
void |
onResponse(PHXAnalysisClientEvent e)
called each time a new response is received from the Analysis Server. |
| Method Detail |
|---|
void onResponse(PHXAnalysisClientEvent e)
e - the event structure holding the response object
and event idvoid onException(PHXAnalysisClientExceptionEvent e)
e - the event structure holding the Exception object
and event id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||