JSR-043: JTAPI-1.4

javax.telephony.media.messaging
Interface Async_NamedServiceListener

All Superinterfaces:
java.util.EventListener, MediaListener

public interface Async_NamedServiceListener
extends MediaListener

Listener for Asynchronous completion of NamedService methods.

Use NamedService.addListener()

Since:
JTAPI-1.4

Method Summary
 void onCloseDone(ServiceEvent event)
          Asynchronous notification that close() has completed.
 void onRequestDone(ServiceEvent event)
          Asynchronous notification that request() has completed.
 

Method Detail

onRequestDone

public void onRequestDone(ServiceEvent event)
Asynchronous notification that request() has completed. Typically because sendRequest was completed using reply() on the remote end.

onCloseDone

public void onCloseDone(ServiceEvent event)
Asynchronous notification that close() has completed.

(event.getEventID().equals(ev_Close))


JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org