Asterisk-Java

org.asteriskjava.manager.event
Class UnlinkEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.asteriskjava.manager.event.ManagerEvent
          extended by org.asteriskjava.manager.event.BridgeEvent
              extended by org.asteriskjava.manager.event.UnlinkEvent
All Implemented Interfaces:
java.io.Serializable

Deprecated. as of 1.0.0, use BridgeEvent and BridgeEvent.isUnlink() instead

public class UnlinkEvent
extends BridgeEvent

An UnlinkEvent is triggered when a link between two voice channels is discontinued, for example, just before call completion.

It is implemented in channel.c

Version:
$Id: UnlinkEvent.java 972 2008-02-03 15:17:59Z srt $
Author:
srt
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.asteriskjava.manager.event.BridgeEvent
BRIDGE_STATE_LINK, BRIDGE_STATE_UNLINK, BRIDGE_TYPE_CORE, BRIDGE_TYPE_RTP_DIRECT, BRIDGE_TYPE_RTP_NATIVE, BRIDGE_TYPE_RTP_REMOTE
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UnlinkEvent(java.lang.Object source)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.asteriskjava.manager.event.BridgeEvent
getBridgeState, getBridgeType, getCallerId1, getCallerId2, getChannel1, getChannel2, getUniqueId1, getUniqueId2, isLink, isUnlink, setBridgeState, setBridgeType, setCallerId1, setCallerId2, setChannel1, setChannel2, setUniqueId1, setUniqueId2
 
Methods inherited from class org.asteriskjava.manager.event.ManagerEvent
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnlinkEvent

public UnlinkEvent(java.lang.Object source)
Deprecated. 

Asterisk-Java

Copyright © 2004-2009 Stefan Reuter. All Rights Reserved.