hp.opencall.media.signalling
Class TrunkGroupConfigurationEvent
java.lang.Object
hp.opencall.media.signalling.TrunkGroupConfigurationEvent
- public class TrunkGroupConfigurationEvent
- extends java.lang.Object
Class for trunk configuration change events
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TrunkGroupConfigurationEvent
public TrunkGroupConfigurationEvent(java.lang.String aTrunkName,
int aChannel,
ConfigurationEvent anEvent)
- Create a trunkGroupConfigurationEvent for channels mapping and unmapping
TrunkGroupConfigurationEvent
public TrunkGroupConfigurationEvent(java.lang.String aTrunkName,
ConfigurationEvent anEvent)
toString
public java.lang.String toString()
getTrunkName
public java.lang.String getTrunkName()
getChannel
public int getChannel()
getEvent
public ConfigurationEvent getEvent()