12

Telephony API

notifyDialerEvent

public void notifyDialerEvent(Dialer dialer, byte event)

Called by the platform when a phone call event was received by a Dialer object where the application has registered this listener object.

This method is called once for each TAPI voice call event to the Dialer object.

NOTE: The implementation of this method MUST return quickly and MUST NOT perform any extensive operations. The application SHOULD NOT receive and handle the message during this method call. Instead, it should act only as a trigger to start the activity in the application's own thread.

Parameters:

dialer - the Dialer where the TAPI voice call event has arrived event - the TAPI voice call event type.

Class Hierarchy

class java.lang.Object

oclass com.motorola.phone.Dialer

oclass com.motorola.phone.DialerEvent

Interface Hierarchy

interface com.motorola.phone.DialerListener

61

Page 61
Image 61
Motorola C381P technical manual Class Hierarchy, Interface Hierarchy, NotifyDialerEvent