public abstract class RP<RESPONSE_TYPE> extends Object
Constructor and Description |
---|
RP() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEvent()
Returns true when no response is expected.
|
abstract void |
processResponse(RESPONSE_TYPE response)
Receives and processes a response.
|
public abstract void processResponse(RESPONSE_TYPE response) throws Exception
response
- The response.Exception
- Any uncaught exceptions raised when processing the response.public boolean isEvent()
Copyright © 2012. All Rights Reserved.