org.csapi.jr.se.cc.mmccs
Interface MultiMediaCallControlManagerListener

All Superinterfaces:
java.util.EventListener

public interface MultiMediaCallControlManagerListener
extends java.util.EventListener

This interface is to be implemented for receiving events issued by the MultiMediaCallControlManager service object.


Method Summary
 void onReportMediaNotificationEvent(org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent reportMediaNotificationEvent)
          Called due to a Gateway initiated call to the reportMediaNotification() method on the callback interface.
 

Method Detail

onReportMediaNotificationEvent

public void onReportMediaNotificationEvent(org.csapi.jr.se.cc.mmccs.ReportMediaNotificationEvent reportMediaNotificationEvent)
Called due to a Gateway initiated call to the reportMediaNotification() method on the callback interface.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
reportMediaNotificationEvent - Reference to a ReportMediaNotificationEvent event emmited from the impl or activity object.