JSR-043: JTAPI-1.4

javax.telephony.media
Interface DelegationListener

All Superinterfaces:
java.util.EventListener, MediaListener

public interface DelegationListener
extends MediaListener

Callback methods for non-transactional Delegation events.

Since:
JTAPI-1.4

Method Summary
 void onDelegated(MediaServiceEvent event)
          The MediaGroup has been bound by delegation to the new service.
 

Method Detail

onDelegated

public void onDelegated(MediaServiceEvent event)
The MediaGroup has been bound by delegation to the new service.

Indicates: isBinding() is false, isOwner() is false.

After this event, cancelBindRequest() will not work to stop delegateToService.

Parameters:
event - a MediaServiceEvent

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org