FREQ_SETTING, ID_ALL, ID_DOWN, ID_ENTER, ID_ESCAPE, ID_LEFT, ID_RIGHT, ID_UP, LEN_SETTING, NUM_KEYS, VOL_SETTING| Constructor and Description |
|---|
RemoteRequestKeys(java.io.ObjectInputStream is,
java.io.ObjectOutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
discardEvents() |
int |
getButtons() |
int |
getKeyClickLength() |
int |
getKeyClickTone(int key) |
int |
getKeyClickVolume() |
int |
readButtons() |
void |
setKeyClickLength(int len) |
void |
setKeyClickTone(int key,
int freq) |
void |
setKeyClickVolume(int vol) |
int |
waitForAnyEvent() |
int |
waitForAnyEvent(int timeout) |
int |
waitForAnyPress() |
int |
waitForAnyPress(int timeout) |
public RemoteRequestKeys(java.io.ObjectInputStream is,
java.io.ObjectOutputStream os)
public void discardEvents()
discardEvents in interface Keyspublic int waitForAnyEvent()
waitForAnyEvent in interface Keyspublic int waitForAnyEvent(int timeout)
waitForAnyEvent in interface Keyspublic int waitForAnyPress(int timeout)
waitForAnyPress in interface Keyspublic int waitForAnyPress()
waitForAnyPress in interface Keyspublic int getButtons()
getButtons in interface Keyspublic int readButtons()
readButtons in interface Keyspublic void setKeyClickVolume(int vol)
setKeyClickVolume in interface Keyspublic int getKeyClickVolume()
getKeyClickVolume in interface Keyspublic void setKeyClickLength(int len)
setKeyClickLength in interface Keyspublic int getKeyClickLength()
getKeyClickLength in interface Keyspublic void setKeyClickTone(int key,
int freq)
setKeyClickTone in interface Keyspublic int getKeyClickTone(int key)
getKeyClickTone in interface Keys