|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.asteriskjava.manager.event.ManagerEvent
org.asteriskjava.manager.event.AbstractMeetMeEvent
org.asteriskjava.manager.event.MeetMeLeaveEvent
public class MeetMeLeaveEvent
A MeetMeLeaveEvent is triggered if a channel leaves a MeetMe conference.
Channel and unqiueId properties for this event are available since Asterisk 1.0.
It is implemented in apps/app_meetme.c
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
MeetMeLeaveEvent(java.lang.Object source)
|
Method Summary | |
---|---|
java.lang.String |
getCallerIdName()
Returns the Caller*ID Name of the channel that left the conference. |
java.lang.String |
getCallerIdNum()
Returns the Caller*ID Number of the channel that left the conference. |
java.lang.Long |
getDuration()
Returns how long the user spent in the conference. |
void |
setCallerIdName(java.lang.String callerIdName)
Sets the Caller*ID Name of the channel that left the conference. |
void |
setCallerIdNum(java.lang.String callerIdNum)
Sets the Caller*ID Number of the channel that left the conference. |
void |
setDuration(java.lang.Long duration)
Sets how long the user spent in the conference. |
Methods inherited from class org.asteriskjava.manager.event.AbstractMeetMeEvent |
---|
getChannel, getMeetMe, getUniqueId, getUserNum, setChannel, setMeetMe, setUniqueId, setUserNum |
Methods inherited from class org.asteriskjava.manager.event.ManagerEvent |
---|
getDateReceived, getPrivilege, getServer, getTimestamp, setDateReceived, setPrivilege, 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 |
---|
public MeetMeLeaveEvent(java.lang.Object source)
source
- Method Detail |
---|
public java.lang.String getCallerIdName()
This property is available since Asterisk 1.4.
public void setCallerIdName(java.lang.String callerIdName)
callerIdName
- the Caller*ID Name of the channel that left the conference.public java.lang.String getCallerIdNum()
This property is available since Asterisk 1.4.
public void setCallerIdNum(java.lang.String callerIdNum)
callerIdNum
- the Caller*ID Number of the channel that left the conference.public java.lang.Long getDuration()
This property is available since Asterisk 1.4.
public void setDuration(java.lang.Long duration)
duration
- the duration in seconds the user spent in the conference.
|
Asterisk-Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |