Uses of Class
com.jniwrapper.win32.hook.Hook

Packages that use Hook
com.jniwrapper.win32.hook The com.jniwrapper.win32.hook package contains classes, which allows you to work with native hooks, such as keyboard hook, mouse hook, system idle tracker etc. 
com.jniwrapper.win32.hook.data The com.jniwrapper.win32.hook.data package contains auxilious classes for hook functionality. 
 

Uses of Hook in com.jniwrapper.win32.hook
 

Subclasses of Hook in com.jniwrapper.win32.hook
 class CBTHook
          Implementation of CBT hook.
 class LowLevelKeyboardHook
          Provides implementation of low-level keyboard hook.
 class LowLevelMouseHook
          Provides implementation of low-level mouse hook.
 

Fields in com.jniwrapper.win32.hook declared as Hook
static Hook Hook.CALLWNDPROC
          Hook described by Hook.Descriptor.CALLWNDPROC descriptor.
static Hook Hook.CALLWNDPROCRET
          Hook described by Hook.Descriptor.CALLWNDPROCRET descriptor.
static Hook Hook.FOREGROUNDIDLE
          Hook described by Hook.Descriptor.FOREGROUNDIDLE descriptor.
static Hook Hook.GETMESSAGE
          Hook described by Hook.Descriptor.GETMESSAGE descriptor.
static Hook Hook.JOURNALRECORD
          Hook described by Hook.Descriptor.JOURNALRECORD descriptor.
static Hook Hook.KEYBOARD
          Hook described by Hook.Descriptor.KEYBOARD descriptor.
static Hook Hook.KEYBOARD_LL
          Hook described by Hook.Descriptor.KEYBOARD_LL descriptor.
static Hook Hook.MOUSE
          Hook described by Hook.Descriptor.MOUSE descriptor.
static Hook Hook.MOUSE_LL
          Hook described by Hook.Descriptor.MOUSE_LL descriptor.
static Hook Hook.SHELL
          Hook described by Hook.Descriptor.SHELL descriptor.
static Hook Hook.SYSMSGFILTER
          Hook described by Hook.Descriptor.SYSMSGFILTER descriptor.
 

Uses of Hook in com.jniwrapper.win32.hook.data
 

Methods in com.jniwrapper.win32.hook.data with parameters of type Hook
 boolean HooksData.getSynchronous(Hook hook)
           
 void HooksData.setSynchronous(Hook hook, boolean value)