public class UserEventAction extends AbstractManagerAction
UserEvent application in your
dial plan. Before you send this event, you must register your
event class with the registerUserEventClass method of the ManagerConnection.UserEvent,
ManagerConnection.registerUserEventClass(Class),
Serialized Form| Constructor and Description |
|---|
UserEventAction() |
UserEventAction(UserEvent userEvent)
Create the userevent action with userEvent as the event it will send
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Get the name of this action
|
UserEvent |
getUserEvent() |
void |
setUserEvent(UserEvent userEvent) |
getActionId, setActionId, toStringpublic UserEventAction()
public UserEventAction(UserEvent userEvent)
userEvent - the subclass representing a custom eventpublic String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionpublic UserEvent getUserEvent()
Copyright © 2004–2022. All rights reserved.