net.sf.asterisk.manager.event
Class MeetMeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.sf.asterisk.manager.event.ManagerEvent
          extended by net.sf.asterisk.manager.event.MeetMeEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MeetMeJoinEvent, MeetMeLeaveEvent, MeetMeStopTalkingEvent, MeetMeTalkingEvent

public abstract class MeetMeEvent
extends ManagerEvent

Abstract base class providing common properties for meet me (asterisk's conference system) events.

Version:
$Id: MeetMeEvent.java,v 1.2 2005/02/23 22:50:58 srt Exp $
Author:
srt
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MeetMeEvent(java.lang.Object source)
           
 
Method Summary
 java.lang.String getChannel()
          Returns the name of the channel that joined of left a conference.
 java.lang.String getMeetMe()
          Returns the conference number.
 java.lang.String getUniqueId()
          Returns the unique id of the channel.
 java.lang.Integer getUserNum()
           
 void setChannel(java.lang.String channel)
          Sets the name of the channel that joined of left a conference.
 void setMeetMe(java.lang.String meetMe)
          Sets the conference number.
 void setUniqueId(java.lang.String uniqueId)
          Sets the unique id of the channel.
 void setUserNum(java.lang.Integer userNum)
           
 
Methods inherited from class net.sf.asterisk.manager.event.ManagerEvent
getDateReceived, getPrivilege, setDateReceived, setPrivilege, 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

MeetMeEvent

public MeetMeEvent(java.lang.Object source)
Parameters:
source -
Method Detail

getChannel

public java.lang.String getChannel()
Returns the name of the channel that joined of left a conference.


setChannel

public void setChannel(java.lang.String channel)
Sets the name of the channel that joined of left a conference.


getUniqueId

public java.lang.String getUniqueId()
Returns the unique id of the channel.


setUniqueId

public void setUniqueId(java.lang.String uniqueId)
Sets the unique id of the channel.


getMeetMe

public java.lang.String getMeetMe()
Returns the conference number.


setMeetMe

public void setMeetMe(java.lang.String meetMe)
Sets the conference number.


getUserNum

public java.lang.Integer getUserNum()

setUserNum

public void setUserNum(java.lang.Integer userNum)


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