KickJava   Java API By Example, From Geeks To Geeks.

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

javax.telephony.phone
Interface PhoneHookswitch

See Also:
Component

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


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


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


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

Popular Tags