|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.dtt.ca.response.ResponseEvent
it.dtt.ca.response.SuccessResponseEvent
it.dtt.ca.response.BuyResponseEvent
public class BuyResponseEvent
This event notifies a successful response to a BuyRequest.
Constructor Summary | |
---|---|
BuyResponseEvent(CARequest request,
Product product)
Constructs BuyResponseEvent. |
Method Summary | |
---|---|
Product |
getBoughtProduct()
Get updated information on the purchased product. |
Methods inherited from class it.dtt.ca.response.ResponseEvent |
---|
getRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuyResponseEvent(CARequest request, Product product)
request
- the CARequest object, that generated this response.product
- the specific product that has been purchased.Method Detail |
---|
public Product getBoughtProduct()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |