public class SkypeBuddiesAction extends AbstractManagerAction implements EventGeneratingAction
For each agent a SkypeBuddyEntryEvent is generated. After the full buddy list has been reported a SkypeBuddyListCompleteEvent is generated.
Available with Skype for Asterisk.
SkypeBuddyEntryEvent,
SkypeBuddyListCompleteEvent,
Serialized Form| Constructor and Description |
|---|
SkypeBuddiesAction()
Creates a new SkypeBuddiesAction.
|
SkypeBuddiesAction(String user)
Creates a new SkypeBuddiesAction that retrieves the buddy list for the given user.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of this action, i.e.
|
Class<? extends ResponseEvent> |
getActionCompleteEventClass()
Returns the event type that indicates that Asterisk is finished sending
response events for this action.
|
String |
getUser()
Returns the Skype username of the user to retrieve the buddy list for.
|
void |
setUser(String user)
Sets the Skype username of the user to retrieve the buddy list for.
|
getActionId, setActionId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActionId, setActionIdpublic SkypeBuddiesAction()
public SkypeBuddiesAction(String user)
user - the Skype username of the user to retrieve the buddy list for.public String getUser()
This property is mandatory.
public void setUser(String user)
user - the Skype username of the user to retrieve the buddy list for.public String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionpublic Class<? extends ResponseEvent> getActionCompleteEventClass()
EventGeneratingActiongetActionCompleteEventClass in interface EventGeneratingActionResponseEventCopyright © 2004–2021. All rights reserved.