JSR-043: JTAPI-1.4

javax.telephony.mobile
Interface MobileRadioListener


public interface MobileRadioListener

The MobileRadioListener interface reports all changes which happen to the MobileRadio object. These changes are reported as separate method calls. Applications must instantiate an object which implements this interface and then add the Listener to the network to receive all future events associated with the MobileRadio.


Method Summary
 void radioOff(MobileRadioEvent event)
          The radio was turned off.
 void radioOn(MobileRadioEvent event)
          The radio was turned on.
 void radioStartStateOff(MobileRadioEvent event)
          The radio startup state was changed to off.
 void radioStartStateOn(MobileRadioEvent event)
          The radio startup state was changed to on.
 void signalLevelChanged(MobileRadioEvent event)
          The radio signal level has been changed or the network connection has been established.
 

Method Detail

signalLevelChanged

public void signalLevelChanged(MobileRadioEvent event)
The radio signal level has been changed or the network connection has been established. The signal level must be always notified after the network contact is successfully set up. After that, only the level changes should be notified to the listeners.
Parameters:
event - the event object associated with this event.

radioStartStateOn

public void radioStartStateOn(MobileRadioEvent event)
The radio startup state was changed to on.
Parameters:
event - the event object associated with this event.

radioStartStateOff

public void radioStartStateOff(MobileRadioEvent event)
The radio startup state was changed to off.
Parameters:
event - the event object associated with this event.

radioOn

public void radioOn(MobileRadioEvent event)
The radio was turned on.
Parameters:
event - the event object associated with this event.

radioOff

public void radioOff(MobileRadioEvent event)
The radio was turned off.
Parameters:
event - the event object associated with this event.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org