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

All Superinterfaces:
java.util.EventListener

public interface MultiMediaCallLegListener
extends java.util.EventListener

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


Method Summary
 void onMediaStreamMonitorResEvent(org.csapi.jr.se.cc.mmccs.MediaStreamMonitorResEvent mediaStreamMonitorResEvent)
          Called due to a Gateway initiated call to the mediaStreamMonitorRes() method on the callback interface.
 

Method Detail

onMediaStreamMonitorResEvent

public void onMediaStreamMonitorResEvent(org.csapi.jr.se.cc.mmccs.MediaStreamMonitorResEvent mediaStreamMonitorResEvent)
Called due to a Gateway initiated call to the mediaStreamMonitorRes() method on the callback interface.

Parameters:
mediaStreamMonitorResEvent - Reference to a MediaStreamMonitorResEvent event emmited from the impl or activity object.