Notifydialerevent; Class Hierarchy; Interface Hierarchy - Motorola C381P J2ME Technical Manual

J2me developer guide
Table of Contents

Advertisement

12
Telephony API

notifyDialerEvent

public void notifyDialerEvent(
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
event

Class Hierarchy

Interface Hierarchy

Dialer
byte event)
- the Dialer where the TAPI voice call event has arrived
- the TAPI voice call event type.
class java.lang.Object
o class com.motorola.phone.Dialer
o class com.motorola.phone.DialerEvent
interface com.motorola.phone.DialerListener
dialer,
61

Advertisement

Table of Contents
loading

Table of Contents