com.phoenix_int.aserver.client
Interface IPHXAnalysisClientListener

All Superinterfaces:
java.util.EventListener

public interface IPHXAnalysisClientListener
extends java.util.EventListener

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

onResponse

void onResponse(PHXAnalysisClientEvent e)
called each time a new response is received from the Analysis Server.

Parameters:
e - the event structure holding the response object and event id

onException

void onException(PHXAnalysisClientExceptionEvent e)
called each time an exception occurs while reading from the connection to the Analysis Server.

Parameters:
e - the event structure holding the Exception object and event id