org.csapi.jr.se.cc.mpccs
Class GetInfoResEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.csapi.jr.se.cc.mpccs.GetInfoResEvent
All Implemented Interfaces:
java.io.Serializable

public final class GetInfoResEvent
extends java.util.EventObject

Event created by an activity object to indicate that a Gateway originated call to the getInfoRes() method on the callback interface has occured.

See Also:
Serialized Form

Constructor Summary
GetInfoResEvent(java.lang.Object source, org.csapi.jr.se.cc.CallInfoReport callInfoReport)
          Constructor for the GetInfoResEvent Event.
GetInfoResEvent(java.lang.Object source, org.csapi.jr.se.cc.CallLegInfoReport callLegInfoReport)
          Constructor for the GetInfoResEvent Event.
 
Method Summary
 org.csapi.jr.se.cc.CallInfoReport getCallInfoReport()
          This method is used to retrieve the parameter value of 'callInfoReport' passed up from the Gateway in it's call to the getInfoRes() method, used on the creation of this event.
 org.csapi.jr.se.cc.CallLegInfoReport getCallLegInfoReport()
          This method is used to retrieve the parameter value of 'callLegInfoReport' passed up from the Gateway in it's call to the getInfoRes() method, used on the creation of this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetInfoResEvent

public GetInfoResEvent(java.lang.Object source,
                       org.csapi.jr.se.cc.CallLegInfoReport callLegInfoReport)
Constructor for the GetInfoResEvent Event.

Parameters:
source - Reference to the object firing the event.

GetInfoResEvent

public GetInfoResEvent(java.lang.Object source,
                       org.csapi.jr.se.cc.CallInfoReport callInfoReport)
Constructor for the GetInfoResEvent Event.

Parameters:
source - Reference to the object firing the event.
Method Detail

getCallLegInfoReport

public org.csapi.jr.se.cc.CallLegInfoReport getCallLegInfoReport()
This method is used to retrieve the parameter value of 'callLegInfoReport' passed up from the Gateway in it's call to the getInfoRes() method, used on the creation of this event.

Returns:
The value of 'callLegInfoReport' used on creation of this event.

getCallInfoReport

public org.csapi.jr.se.cc.CallInfoReport getCallInfoReport()
This method is used to retrieve the parameter value of 'callInfoReport' passed up from the Gateway in it's call to the getInfoRes() method, used on the creation of this event.

Returns:
The value of 'callInfoReport' used on creation of this event.