public class SoftHangupRequestEvent extends AbstractChannelEvent
It is implemented in channel.c
uniqueId
source
Constructor and Description |
---|
SoftHangupRequestEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCause()
Returns the cause of the hangup.
|
void |
setCause(Integer cause)
Sets the cause of the hangup.
|
getCallerId, getCallerIdName, getCallerIdNum, getChannel, getUniqueId, setCallerId, setCallerIdName, setCallerIdNum, setChannel, setUniqueId
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public SoftHangupRequestEvent(Object source)
public Integer getCause()
HangupCause
public void setCause(Integer cause)
cause
- the hangup cause.Copyright © 2004–2016. All rights reserved.