org.csapi.jr.se.cc.mpccs
Class CallAbortedEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.csapi.jr.se.cc.mpccs.CallAbortedEvent
- All Implemented Interfaces:
- java.io.Serializable
- public final class CallAbortedEvent
- extends java.util.EventObject
Event created by an activity object to indicate that a Gateway originated
call to the callAborted() method on the callback interface
has occured.
- See Also:
- Serialized Form
Constructor Summary |
CallAbortedEvent(java.lang.Object source,
org.csapi.jr.se.cc.mpccs.MultiPartyCall multiPartyCall)
Constructor for the CallAbortedEvent Event. |
Method Summary |
org.csapi.jr.se.cc.mpccs.MultiPartyCall |
getMultiPartyCall()
This method is used to retrieve a reference to the MultiPartyCall associated
with 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 |
CallAbortedEvent
public CallAbortedEvent(java.lang.Object source,
org.csapi.jr.se.cc.mpccs.MultiPartyCall multiPartyCall)
- Constructor for the CallAbortedEvent Event.
- Parameters:
source
- Reference to the object firing the event.
getMultiPartyCall
public org.csapi.jr.se.cc.mpccs.MultiPartyCall getMultiPartyCall()
- This method is used to retrieve a reference to the MultiPartyCall associated
with this event.
- Returns:
- A reference to the MultiPartyCall associated with this event.