|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
TelephonyListener is an interface for implementing a listener to wait for events indicating "call incoming" and "ringing stopped". To register the listener implementing this interface, call the DeviceControl setTelephonyListener() method. When an incoming phone call is detected, the TelephonyListener interface ring()() method is called.
TelephonyListener event notification is made regardless of whether the MIDlet is resident or launched conventionally.
| Method Summary | |
void |
hungup()
Called when a party hangs up. |
void |
ring()
Called when a phone call is incoming. |
| Method Detail |
public void ring()
public void hungup()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||