public class SkypeAccountStatusEvent extends ManagerEvent
It is implemented in chan_skye.c
.
Available with Skype for Asterisk.
source
Constructor and Description |
---|
SkypeAccountStatusEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getStatus()
Returns the Skype user status.
|
String |
getUsername()
Returns the name of the Skype user.
|
void |
setStatus(String status)
Sets the Skype user status.
|
void |
setUsername(String username)
Sets the name of the Skype user.
|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public SkypeAccountStatusEvent(Object source)
public String getUsername()
public void setUsername(String username)
username
- the name of the Skype user.public String getStatus()
public void setStatus(String status)
status
- user status.Copyright © 2004–2016. All rights reserved.