KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > mobile > MobileRadio

javax.telephony.mobile
Interface MobileRadio

See Also:
MobileRadioEvent, MobileRadioListener

public void addRadioListener(MobileRadioListener listener)
                      throws MethodNotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMaxSignalLevel()
See Also:
getSignalLevel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getRadioStartState()
                           throws MethodNotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getRadioState()
                      throws MethodNotSupportedException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getSignalLevel()
See Also:
getMaxSignalLevel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeRadioListener(MobileRadioListener listener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRadioStartState(boolean state)
                        throws MethodNotSupportedException,
                               InvalidStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRadioState(boolean state)
                   throws MethodNotSupportedException,
                          InvalidStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags