javax.sip
Class DialogTerminatedEvent
java.lang.Object
java.util.EventObject
javax.sip.DialogTerminatedEvent
- All Implemented Interfaces:
- Serializable
public class DialogTerminatedEvent
- extends EventObject
DialogTerminatedEvent is delivered to the Listener when the
dialog transitions to the terminated state. An implementation
is expected to deliver this event to the listener when it discards
all internal book keeping records for a given dialog, allowing the
Listener to unmap its own data structures.
- Since:
- v1.2
- Author:
- BEA Systems, NIST
- See Also:
- Serialized Form
Method Summary |
Dialog |
getDialog()
Gets the Dialog associated with the event. |
DialogTerminatedEvent
public DialogTerminatedEvent(Object source,
Dialog dialog)
- Constructs a DialogTerminatedEvent to indicate a dialog
timeout.
- Parameters:
source
- - the source of TimeoutEvent.dialog
- - the dialog that timed out.
getDialog
public Dialog getDialog()
- Gets the Dialog associated with the event. This
enables application developers to access the dialog associated to this
event.
- Returns:
- the dialog associated with the response event or null if there is no dialog.
- Since:
- v1.2
Copyright © 2012. All Rights Reserved.