JSR-043: JTAPI-1.4

javax.telephony.media.container.async
Interface Async_ContainerListener

All Superinterfaces:
java.util.EventListener, MediaListener

public interface Async_ContainerListener
extends MediaListener

Listener for ContainerService completion events.

Since:
JTAPI-1.4

Method Summary
 void onContainerEventDone(ContainerEvent event)
          Some Async Container method has completed.
 

Method Detail

onContainerEventDone

public void onContainerEventDone(ContainerEvent event)
Some Async Container method has completed.

event.getEventID() identifies the method that has completed.

Parameters:
event - the ContainerEvent that is done.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org