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

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

public final class CallNotificationContinuedEvent
extends java.util.EventObject

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

See Also:
Serialized Form

Constructor Summary
CallNotificationContinuedEvent(java.lang.Object source)
          Constructor for the CallNotificationContinuedEvent 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

CallNotificationContinuedEvent

public CallNotificationContinuedEvent(java.lang.Object source)
Constructor for the CallNotificationContinuedEvent Event.

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