JSR-043: JTAPI-1.4

javax.telephony.mobile
Interface MobileRadioEvent

All Superinterfaces:
Event

public interface MobileRadioEvent
extends Event

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

MOBILERADIO_SIGNAL_LEVEL_CHANGED

public static final int MOBILERADIO_SIGNAL_LEVEL_CHANGED
The event id for signal level change.

MOBILERADIO_STARTSTATE_ON

public static final int MOBILERADIO_STARTSTATE_ON
The event id for radio start state change to on.

MOBILERADIO_STARTSTATE_OFF

public static final int MOBILERADIO_STARTSTATE_OFF
The event id for radio start state change to off.

MOBILERADIO_RADIO_ON

public static final int MOBILERADIO_RADIO_ON
The event id for radio turned on event.

MOBILERADIO_RADIO_OFF

public static final int MOBILERADIO_RADIO_OFF
The event id for radio turned off event.
Method Detail

getMobileRadio

public MobileRadio getMobileRadio()
Returns the MobileRadio associated with this event.

Returns:
The MobileRadio associated with this event.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org