JSR-043: JTAPI-1.4

javax.telephony.media.async
Interface Async_SignalDetectorListener

All Superinterfaces:
java.util.EventListener, MediaListener

public interface Async_SignalDetectorListener
extends MediaListener

Defines the callback methods for Async_SignalDetector completion Events.

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

Since:
JTAPI-1.4

Method Summary
 void onFlushBufferDone(SignalDetectorEvent event)
          Invoked when async_flushBuffer completes.
 void onRetrieveSignalsDone(SignalDetectorEvent event)
          Invoked when async_retrieveSignals completes.
 

Method Detail

onRetrieveSignalsDone

public void onRetrieveSignalsDone(SignalDetectorEvent event)
Invoked when async_retrieveSignals completes.
Parameters:
event - a SignalDetectorEvent that isDone().

onFlushBufferDone

public void onFlushBufferDone(SignalDetectorEvent event)
Invoked when async_flushBuffer completes.
Parameters:
event - a SignalDetectorEvent that isDone().

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org