JSR-043: JTAPI-1.4

javax.telephony.media.async
Interface Async_RecorderListener

All Superinterfaces:
java.util.EventListener, MediaListener
All Known Implementing Classes:
Async_RecorderListenerAdapter

public interface Async_RecorderListener
extends MediaListener

Defines the callback methods for Async_Recorder transactional Events.

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

Since:
JTAPI-1.4

Method Summary
 void onPauseDone(RecorderEvent event)
          Invoked when async_pause completes.
 void onRecordDone(RecorderEvent event)
          Invoked when async_record completes.
 void onResumeDone(RecorderEvent event)
          Invoked when async_resume completes.
 void onStopDone(RecorderEvent event)
          Invoked when async_stop completes.
 

Method Detail

onRecordDone

public void onRecordDone(RecorderEvent event)
Invoked when async_record completes.
Parameters:
event - a RecorderEvent that isDone().

onStopDone

public void onStopDone(RecorderEvent event)
Invoked when async_stop completes.
Parameters:
event - a RecorderEvent that isDone().

onPauseDone

public void onPauseDone(RecorderEvent event)
Invoked when async_pause completes.
Parameters:
event - a RecorderEvent that isDone().

onResumeDone

public void onResumeDone(RecorderEvent event)
Invoked when async_resume completes.
Parameters:
event - a RecorderEvent that isDone().

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org