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 FormConstructor 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, toString
public UserEventAction()
public UserEventAction(UserEvent userEvent)
userEvent
- the subclass representing a custom eventpublic String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public UserEvent getUserEvent()
Copyright © 2004–2017. All rights reserved.