com.phoenix_int.aserver.client
Class PHXAnalysisClientEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.phoenix_int.aserver.client.PHXAnalysisClientEvent
All Implemented Interfaces:
java.io.Serializable

public class PHXAnalysisClientEvent
extends java.util.EventObject

this class is an event for the PHXAnalysisClient class. The event is generated each time a new response is recieved from the server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 com.phoenix_int.aserver.client.PHXResponse getResponse()
          retrieves the response
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getResponse

public com.phoenix_int.aserver.client.PHXResponse getResponse()
retrieves the response

Returns:
the response object