com.motorola.oem.call
Interface CallStateListener


public interface CallStateListener

A listener type for receiving Call State Change notifications.


Method Summary
 void onCallStateChanged(int state_id)
          Called by the system to indicate a call state change.
 

Method Detail

onCallStateChanged

void onCallStateChanged(int state_id)
Called by the system to indicate a call state change.

Parameters:
state_id - - new state ID
See Also:
Call.CALL_STATE_IDLE, Call.CALL_STATE_CONNECTING, Call.CALL_STATE_ALERTING, Call.CALL_STATE_ACTIVE, Call.CALL_STATE_RELEASING