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

All Superinterfaces:
java.util.EventListener

public interface MultiMediaCallListener
extends java.util.EventListener

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


Method Summary
 void onSuperviseVolumeErrEvent(org.csapi.jr.se.cc.mmccs.SuperviseVolumeErrEvent superviseVolumeErrEvent)
          Called due to a Gateway initiated call to the superviseVolumeErr() method on the callback interface.
 void onSuperviseVolumeResEvent(org.csapi.jr.se.cc.mmccs.SuperviseVolumeResEvent superviseVolumeResEvent)
          Called due to a Gateway initiated call to the superviseVolumeRes() method on the callback interface.
 

Method Detail

onSuperviseVolumeResEvent

public void onSuperviseVolumeResEvent(org.csapi.jr.se.cc.mmccs.SuperviseVolumeResEvent superviseVolumeResEvent)
Called due to a Gateway initiated call to the superviseVolumeRes() method on the callback interface.

Parameters:
superviseVolumeResEvent - Reference to a SuperviseVolumeResEvent event emmited from the impl or activity object.

onSuperviseVolumeErrEvent

public void onSuperviseVolumeErrEvent(org.csapi.jr.se.cc.mmccs.SuperviseVolumeErrEvent superviseVolumeErrEvent)
Called due to a Gateway initiated call to the superviseVolumeErr() method on the callback interface.

Parameters:
superviseVolumeErrEvent - Reference to a SuperviseVolumeErrEvent event emmited from the impl or activity object.