Package | Description |
---|---|
org.safs.natives | |
org.safs.tools.consoles |
Class and Description |
---|
AbstractHook
AbstractHook is an abstract implementation of setting a callback(hook) procedure for Hook mechanism, by which
an application can intercept events in OS, such as messages, mouse actions, and keystrokes.
|
CallbackHookListener
It is just a common interface for all callback hook listeners
|
LLKeyboardHookListener
a Listener to receive low level Keyboard messages for hook WH_KEYBOARD_LL, LowLevelKeyboardProc
|
NativeWrapper
This class is used to encapsulate platform independent calls to native operating systems through JNA,
or other native platform technologies.
|
Class and Description |
---|
CallbackHookListener
It is just a common interface for all callback hook listeners
|
LLMouseHookListener
a Listener to receive low level Mouse messages for hook WH_MOUSE_LL, LowLevelMouseProc
|
Copyright © SAS Institute. All Rights Reserved.