Class hierarchy, Interface hierarchy, Notifydialerevent – Motorola HANDSET C381P User Manual
Page 61

12
Telephony API
61
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
o
class com.motorola.phone.Dialer
o
class com.motorola.phone.DialerEvent
Interface Hierarchy
• interface com.motorola.phone.DialerListener