Package | Description |
---|---|
org.safs.natives | |
org.safs.tools.consoles |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyboardHookListener
a Listener to receive Keyboard message for hook WH_KEYBOARD
|
interface |
LLKeyboardHookListener
a Listener to receive low level Keyboard messages for hook WH_KEYBOARD_LL, LowLevelKeyboardProc
|
interface |
LLMouseHookListener
a Listener to receive low level Mouse messages for hook WH_MOUSE_LL, LowLevelMouseProc
|
interface |
MouseHookListener
a Listener to receive Mouse messages for hook WH_MOUSE
|
Modifier and Type | Class and Description |
---|---|
class |
MSLLKtoRKEventListener
This Low level key listener will convert the MicroSoft Low Level Key events to
Java RobotKeyEvent This list of RobotKeyEvent can be parsed by method InputKeysParser.antiParse(List) ,and a string, something like "AAAB{%}D", will be returned. |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<CallbackHookListener> |
AbstractHook.listeners |
Modifier and Type | Method and Description |
---|---|
boolean |
MouseHook.addListener(CallbackHookListener listener) |
boolean |
LLMouseHook.addListener(CallbackHookListener listener) |
boolean |
LLKeyboardHook.addListener(CallbackHookListener listener) |
boolean |
KeyboardHook.addListener(CallbackHookListener listener) |
boolean |
AbstractHook.addListener(CallbackHookListener listener)
add a listener for current Hook, it should be overridden in its derived classes for setting a specific listener.
|
boolean |
AbstractHook.removeListener(CallbackHookListener listener)
remove a listener from the listener list
|
Modifier and Type | Class and Description |
---|---|
class |
GuiRecognitionDetector
A GUI class to detect recognition string of a GUI on screen by RIGHT CLICK on it.
|
Copyright © SAS Institute. All Rights Reserved.