org.csapi.jr.se.dsc
Class DataSessionNotificationInterruptedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.csapi.jr.se.dsc.DataSessionNotificationInterruptedEvent
All Implemented Interfaces:
java.io.Serializable

public final class DataSessionNotificationInterruptedEvent
extends java.util.EventObject

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

See Also:
Serialized Form

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

DataSessionNotificationInterruptedEvent

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

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