JSR-043: JTAPI-1.4

javax.telephony.media.async
Interface Async_TTSPlayerListener

All Superinterfaces:
Async_PlayerListener, java.util.EventListener, MediaListener

public interface Async_TTSPlayerListener
extends Async_PlayerListener

Defines the callback methods for Async_Player transactional Events.

For these methods, the eventID will correspond to the method name.

Since:
JTAPI-1.4

Method Summary
 void onTTSDictionaryDone(PlayerEvent event)
          Invoked when async_play completes.
 
Methods inherited from interface javax.telephony.media.async.Async_PlayerListener
onAdjustSpeedDone, onAdjustVolumeDone, onJumpDone, onPauseDone, onPlayDone, onResumeDone, onStopDone
 

Method Detail

onTTSDictionaryDone

public void onTTSDictionaryDone(PlayerEvent event)
Invoked when async_play completes.

Parameters:
event - a PlayerEvent that isDone();

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org