it.dtt.ca.response
Class HistoryUpdateResponseEvent

java.lang.Object
  extended by it.dtt.ca.response.ResponseEvent
      extended by it.dtt.ca.response.SuccessResponseEvent
          extended by it.dtt.ca.response.HistoryUpdateResponseEvent

public class HistoryUpdateResponseEvent
extends SuccessResponseEvent

This event notifies that the submitted history has been successfully saved in the permanent storage (independently of the physical location of the permanent storage).


Constructor Summary
HistoryUpdateResponseEvent(CARequest request)
          Construct an HistoryUpdateResponseEvent.
 
Method Summary
 
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

HistoryUpdateResponseEvent

public HistoryUpdateResponseEvent(CARequest request)
Construct an HistoryUpdateResponseEvent.

Parameters:
request - the CARequest object, that generated this response.