it.dtt.ca.response
Class HistoryResponseEvent

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

public class HistoryResponseEvent
extends SuccessResponseEvent

This class provides the required History in response to a HistoryRequest. This response is provided independently of the physical location of the required History (smart card or STB).


Constructor Summary
HistoryResponseEvent(CARequest request, History history)
          Construct HistoryResponseEvent.
 
Method Summary
 History getHistory()
          Get the the history that was requested.
 
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

HistoryResponseEvent

public HistoryResponseEvent(CARequest request,
                            History history)
Construct HistoryResponseEvent.

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

getHistory

public History getHistory()
Get the the history that was requested.

Returns:
the history.