KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > phone > PhoneRinger

javax.telephony.phone
Interface PhoneRinger

See Also:
Component

public static final int FULL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getNumberOfRingPatterns()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getNumberOfRings()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRingerPattern()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRingerVolume()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int isRingerOn()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MIDDLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int OFF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRingerPattern(int ringerPattern)
                      throws InvalidArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRingerVolume(int volume)
                     throws InvalidArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags