SHOW Signed

net.rim.blackberry.api.phone
Class AbstractPhoneListener

java.lang.Object
  |
  +--net.rim.blackberry.api.phone.AbstractPhoneListener
All Implemented Interfaces:
PhoneListener

public abstract class AbstractPhoneListener
extends Object
implements PhoneListener

A helper class defining an empty implementation of the PhoneListener class.

Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

Since:
JDE 4.0.0

Fields inherited from interface net.rim.blackberry.api.phone.PhoneListener
CALL_ERROR_AUTHORIZATION_FAILURE, CALL_ERROR_CALL_REPLACED_BY_STK, CALL_ERROR_CONGESTION, CALL_ERROR_CONNECTION_DENIED_BY_NETWORK, CALL_ERROR_DUE_TO_FADING, CALL_ERROR_EMERGENCY_CALLS_ONLY, CALL_ERROR_FDN_MISMATCH, CALL_ERROR_GENERAL, CALL_ERROR_HOLD_ERROR, CALL_ERROR_INCOMING_CALL_BARRED, CALL_ERROR_LOST_DUE_TO_FADING, CALL_ERROR_MAINTENANCE_REQUIRED, CALL_ERROR_NUMBER_NOT_IN_SERVICE, CALL_ERROR_NUMBER_UNOBTAINABLE, CALL_ERROR_OUTGOING_CALLS_BARRED, CALL_ERROR_PLEASE_TRY_LATER, CALL_ERROR_RADIO_PATH_UNAVAILABLE, CALL_ERROR_SERVICE_CONFLICT, CALL_ERROR_SERVICE_NOT_AVAILABLE, CALL_ERROR_SUBSCRIBER_BUSY, CALL_ERROR_SYSTEM_BUSY_TRY_LATER, CALL_ERROR_TRY_AGAIN, CALL_ERROR_USER_BUSY_IN_DATA, CALL_ERROR_USER_BUSY_IN_PRIVATE, CALL_ERROR_USER_NOT_AUTHORIZED, CALL_ERROR_USER_NOT_AVAILABLE, CALL_ERROR_USER_NOT_REACHABLE, CALL_ERROR_USER_UNKNOWN
 
Constructor Summary
 
Method Summary
 Category: Signed  void callAdded(int callId)
          Invoked when a call gets added to a conference call.
 Category: Signed  void callAnswered(int callId)
          Invoked when the user answers a call (user driven).
 Category: Signed  void callConferenceCallEstablished(int callId)
          Invoked when a conference call has been established.
 Category: Signed  void callConnected(int callId)
          Invoked when the network indicates a connected event (network driven).
 Category: Signed  void callDirectConnectConnected(int callId)
          Invoked when a direct-connect call is connected.
 Category: Signed  void callDirectConnectDisconnected(int callId)
          Invoked when a direct-connect call is disconnected.
 Category: Signed  void callDisconnected(int callId)
          Invoked when a Call is disconnected.
 Category: Signed  void callEndedByUser(int callId)
          Invoked when the user ends the call.
 Category: Signed  void callFailed(int callId, int reason)
          Invoked when a call fails.
 Category: Signed  void callHeld(int callId)
          Invoked when a call goes into the 'held' state.
 Category: Signed  void callIncoming(int callId)
          Invoked when a new call is arriving.
 Category: Signed  void callInitiated(int callid)
          Invoked when a call has been initiated by the device (outbound).
 Category: Signed  void callRemoved(int callId)
          Invoked when a call gets removed from a conference call.
 Category: Signed  void callResumed(int callId)
          Invoked when a call goes from 'held' to 'resumed' state.
 Category: Signed  void callWaiting(int callid)
          Invoked when a call is waiting.
 Category: Signed  void conferenceCallDisconnected(int callId)
          Invoked when a conference call is termindated ( all members disconnected).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail
Method Detail

callInitiated

public void callInitiated(int callid)
Description copied from interface: PhoneListener
Invoked when a call has been initiated by the device (outbound).
Specified by:
callInitiated in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callWaiting

public void callWaiting(int callid)
Description copied from interface: PhoneListener
Invoked when a call is waiting.
Specified by:
callWaiting in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callIncoming

public void callIncoming(int callId)
Description copied from interface: PhoneListener
Invoked when a new call is arriving.
Specified by:
callIncoming in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callAnswered

public void callAnswered(int callId)
Description copied from interface: PhoneListener
Invoked when the user answers a call (user driven).
Specified by:
callAnswered in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callConnected

public void callConnected(int callId)
Description copied from interface: PhoneListener
Invoked when the network indicates a connected event (network driven).
Specified by:
callConnected in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callConferenceCallEstablished

public void callConferenceCallEstablished(int callId)
Description copied from interface: PhoneListener
Invoked when a conference call has been established.
Specified by:
callConferenceCallEstablished in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

conferenceCallDisconnected

public void conferenceCallDisconnected(int callId)
Description copied from interface: PhoneListener
Invoked when a conference call is termindated ( all members disconnected).
Specified by:
conferenceCallDisconnected in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callDisconnected

public void callDisconnected(int callId)
Description copied from interface: PhoneListener
Invoked when a Call is disconnected.
Specified by:
callDisconnected in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callDirectConnectConnected

public void callDirectConnectConnected(int callId)
Description copied from interface: PhoneListener
Invoked when a direct-connect call is connected.
Specified by:
callDirectConnectConnected in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callDirectConnectDisconnected

public void callDirectConnectDisconnected(int callId)
Description copied from interface: PhoneListener
Invoked when a direct-connect call is disconnected.
Specified by:
callDirectConnectDisconnected in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callEndedByUser

public void callEndedByUser(int callId)
Description copied from interface: PhoneListener
Invoked when the user ends the call.
Specified by:
callEndedByUser in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callFailed

public void callFailed(int callId,
                       int reason)
Description copied from interface: PhoneListener
Invoked when a call fails.
Specified by:
callFailed in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callResumed

public void callResumed(int callId)
Description copied from interface: PhoneListener
Invoked when a call goes from 'held' to 'resumed' state.
Specified by:
callResumed in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callHeld

public void callHeld(int callId)
Description copied from interface: PhoneListener
Invoked when a call goes into the 'held' state.
Specified by:
callHeld in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callAdded

public void callAdded(int callId)
Description copied from interface: PhoneListener
Invoked when a call gets added to a conference call.
Specified by:
callAdded in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

callRemoved

public void callRemoved(int callId)
Description copied from interface: PhoneListener
Invoked when a call gets removed from a conference call.
Specified by:
callRemoved in interface PhoneListener
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.


Copyright 1999-2004 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.