|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MobileRadioEvent
class is the listener event
class for all radio state change events. Each event is specified by unique
identification number.
Field Summary | |
static int |
MOBILERADIO_RADIO_OFF
The event id for radio turned off event. |
static int |
MOBILERADIO_RADIO_ON
The event id for radio turned on event. |
static int |
MOBILERADIO_SIGNAL_LEVEL_CHANGED
The event id for signal level change. |
static int |
MOBILERADIO_STARTSTATE_OFF
The event id for radio start state change to off. |
static int |
MOBILERADIO_STARTSTATE_ON
The event id for radio start state change to on. |
Fields inherited from interface javax.telephony.Event |
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN |
Method Summary | |
MobileRadio |
getMobileRadio()
Returns the MobileRadio associated with this event. |
Methods inherited from interface javax.telephony.Event |
getCause, getID, getMetaEvent, getSource |
Field Detail |
public static final int MOBILERADIO_SIGNAL_LEVEL_CHANGED
public static final int MOBILERADIO_STARTSTATE_ON
public static final int MOBILERADIO_STARTSTATE_OFF
public static final int MOBILERADIO_RADIO_ON
public static final int MOBILERADIO_RADIO_OFF
Method Detail |
public MobileRadio getMobileRadio()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |