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
Содержание C381P J2ME
Страница 1: ...Technical Manual Version 01 00 Motorola C381p Handset J2ME Developer Guide ...
Страница 34: ...8 Network APIs 34 catch Exception ex hc i null Code Sample 3 HTTPS Connection ...
Страница 48: ...10 JSR 120 Wireless Messaging API 48 e toString Code Sample 5 JSR 120 Wireless Messaging API ...