|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.csapi.jr.se.cc.mpccs.GetInfoResEvent
Event created by an activity object to indicate that a Gateway originated
call to the getInfoRes() method on the callback interface
has occured.
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 |
public GetInfoResEvent(java.lang.Object source, org.csapi.jr.se.cc.CallLegInfoReport callLegInfoReport)
source
- Reference to the object firing the event.public GetInfoResEvent(java.lang.Object source, org.csapi.jr.se.cc.CallInfoReport callInfoReport)
source
- Reference to the object firing the event.Method Detail |
public org.csapi.jr.se.cc.CallLegInfoReport getCallLegInfoReport()
public org.csapi.jr.se.cc.CallInfoReport getCallInfoReport()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |