JSR-043: JTAPI-1.4

javax.telephony.media
Interface RecorderListener

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

public interface RecorderListener
extends ResourceListener

Defines the callback methods for non-transactional Recorder Events.

Since:
JTAPI-1.3

Method Summary
 void onPause(RecorderEvent ev)
          Indicates that an RTC has caused the recorder to pause.
 void onResume(RecorderEvent ev)
          Indicates that an RTC has caused the recorder to resume.
 

Method Detail

onPause

public void onPause(RecorderEvent ev)
Indicates that an RTC has caused the recorder to pause.
Parameters:
ev - a RecorderEvent object

onResume

public void onResume(RecorderEvent ev)
Indicates that an RTC has caused the recorder to resume.
Parameters:
ev - a RecorderEvent object

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org