|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.dtt.ca.response.ResponseEvent
public abstract class ResponseEvent
This event is used to notify a response to a specific request
Constructor Summary | |
---|---|
protected |
ResponseEvent(CARequest request)
Construct a ResponseEvent instance. |
Method Summary | |
---|---|
CARequest |
getRequest()
Get the specific request that generated this response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ResponseEvent(CARequest request)
request
- the request that originated this response.Method Detail |
---|
public CARequest getRequest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |