public class GenericMgcpEvent extends Object implements MgcpEvent
| Constructor and Description |
|---|
GenericMgcpEvent(String pkg,
String symbol,
String signal) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPackage()
Gets the package the event belongs to.
|
String |
getParameter(String type)
Gets a parameter from the event.
|
String |
getSignal()
Gets the name of the signal who fired the event.
|
String |
getSymbol()
Gets the symbol representing the event.
|
void |
setParameter(String key,
String value) |
String |
toString() |
public String getPackage()
MgcpEventgetPackage in interface MgcpEventpublic String getSymbol()
MgcpEventpublic String getSignal()
MgcpEventpublic String getParameter(String type)
MgcpEventgetParameter in interface MgcpEventtype - The type of parameter to be returned.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.