public class MgcpRequestedEvent extends Object
| Constructor and Description |
|---|
MgcpRequestedEvent(int requestId,
String packageName,
String eventType,
MgcpActionType action) |
MgcpRequestedEvent(int requestId,
String packageName,
String eventType,
MgcpActionType action,
int connectionId,
String... parameters) |
| Modifier and Type | Method and Description |
|---|---|
MgcpActionType |
getAction() |
int |
getConnectionId() |
String |
getEventType() |
String |
getPackageName() |
String[] |
getParameters() |
String |
getQualifiedName() |
int |
getRequestId() |
String |
toString() |
public MgcpRequestedEvent(int requestId,
String packageName,
String eventType,
MgcpActionType action,
int connectionId,
String... parameters)
public MgcpRequestedEvent(int requestId,
String packageName,
String eventType,
MgcpActionType action)
public int getRequestId()
public String getPackageName()
public String getEventType()
public String getQualifiedName()
public MgcpActionType getAction()
public int getConnectionId()
public String[] getParameters()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.