Uses of Interface
org.mobicents.mscontrol.MsNotificationListener

Packages that use MsNotificationListener
org.mobicents.mscontrol   
 

Uses of MsNotificationListener in org.mobicents.mscontrol
 

Methods in org.mobicents.mscontrol with parameters of type MsNotificationListener
 void MsEndpoint.addNotificationListener(MsNotificationListener listener)
          Register MsNotificationListener to listen for MsNotifyEvent which are fired due to events detected by Endpoints like DTMF.
 void MsProvider.addNotificationListener(MsNotificationListener listener)
          Add a notification listener to all (feature and current) within the domain of this provider.
 void MsLink.addNotificationListener(MsNotificationListener listener)
          Add the MsNotificationListener at MsLink level.
 void MsConnection.addNotificationListener(MsNotificationListener listener)
          Add the MsNotificationListener at MsConnection level.
 void MsEndpoint.removeNotificationListener(MsNotificationListener listener)
          Remove the NotificationListener
 void MsProvider.removeNotificationListener(MsNotificationListener listener)
          Remove MsNotificationListener
 void MsLink.removeNotificationListener(MsNotificationListener listener)
          Remove the instance of MsNotificationListener to no longer receive the events for state change of MsLink
 void MsConnection.removeNotificationListener(MsNotificationListener listener)
          Remove the instance of MsNotificationListener to no longer receive the events for state change of MsConnection
 



Copyright © 2009. All Rights Reserved.