public interface RMIKeys
extends java.rmi.Remote
| 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) |
void discardEvents()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint waitForAnyEvent()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint waitForAnyEvent(int timeout)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint waitForAnyPress(int timeout)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint waitForAnyPress()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getButtons()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint readButtons()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setKeyClickVolume(int vol)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getKeyClickVolume()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setKeyClickLength(int len)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getKeyClickLength()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setKeyClickTone(int key,
int freq)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getKeyClickTone(int key)
throws java.rmi.RemoteException
java.rmi.RemoteException