javax.telephony
Interface CallListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
ConnectionListener, TerminalConnectionListener

public interface CallListener
extends java.util.EventListener

The CallListener interface reports all changes to the Call object.


Method Summary
 void callActive(CallEvent event)
          Supported.
The callActive method is called to indicate that the state of the Call object has changed to Call.ACTIVE.
 void callEventTransmissionEnded(CallEvent event)
          Supported.
The callEventTransmissionEnded method is called to indicate that the the application will no longer receive CallEvent events on the instance of the CallListener.
 void callInvalid(CallEvent event)
          Supported.
The callInvalid method is called to indicate that the state of the Call object has changed to Call.INVALID.
 void multiCallMetaMergeEnded(MetaEvent event)
          Not Supported.
This method indicates that a merge operation has ended, and that no further related events will be reported.
 void multiCallMetaMergeStarted(MetaEvent event)
          Not Supported.
This method indicates that a merge operation is starting, and that related events will now be reported.
 void multiCallMetaTransferEnded(MetaEvent event)
          Not Supported.
This method indicates that a merge operation has ended, and that no further related events will be reported.
 void multiCallMetaTransferStarted(MetaEvent event)
          Not Supported.
This method indicates that a transfer operation is starting, and that related events will now be reported.
 void singleCallMetaProgressEnded(MetaEvent event)
          Not Supported.
This method indicates that all events reported to convey the state change have been reported.
 void singleCallMetaProgressStarted(MetaEvent event)
          Not Supported.
This method indicates that a state change has occurred for this Call entity, and that related events will now be reported.
 void singleCallMetaSnapshotEnded(MetaEvent event)
          Not Supported.
This method indicates that the last event necessary to reconstruct the current state of this call has been reported.
 void singleCallMetaSnapshotStarted(MetaEvent event)
          Not Supported.
This method indicates that JTAPI events will be reported to help the application reconstruct the current state of this call.