org.csapi.jr.se.cc.gccs
Class CallAbortedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.csapi.jr.se.cc.gccs.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.gccs.Call call)
          Constructor for the CallAbortedEvent Event.
 
Method Summary
 org.csapi.jr.se.cc.gccs.Call getCall()
          This method is used to retrieve a reference to the Call 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
 

Constructor Detail

CallAbortedEvent

public CallAbortedEvent(java.lang.Object source,
                        org.csapi.jr.se.cc.gccs.Call call)
Constructor for the CallAbortedEvent Event.

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

getCall

public org.csapi.jr.se.cc.gccs.Call getCall()
This method is used to retrieve a reference to the Call associated with this event.

Returns:
A reference to the Call associated with this event.