Uses of Package
com.jniwrapper.win32.hook

Packages that use com.jniwrapper.win32.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. 
 

Classes in com.jniwrapper.win32.hook used by com.jniwrapper.win32.hook
CallWndProcEvent
          This class describes events of the Hook.Descriptor.CALLWNDPROC hook.
CBTEvent
          This class describes events of the Hook.Descriptor.CBT hook.
CBTEvent.Activate
          Represents HCBT_ACTIVATE hook event.
CBTEvent.ClickSkipped
          Represents HCBT_CLICKSKIPPED hook event.
CBTEvent.CreateWnd
          Represents HCBT_CREATEWND hook event.
CBTEvent.DestroyWnd
          Represents HCBT_DESTROYWND hook event.
CBTEvent.KeySkipped
          Represents HCBT_KEYSKIPPED hook event.
CBTEvent.MinMax
          Represents HCBT_MINMAX hook event.
CBTEvent.MoveSize
          Represents HCBT_MOVESIZE hook event.
CBTEvent.QS
          Represents QS hook event.
CBTEvent.SetFocus
          Represents SETFOCUS hook event.
CBTEvent.SysCommand
          Represents SYSCOMMAND hook event.
CBTHook
          Implementation of CBT hook.
CBTHookListener
          The listener interface for receiving events from CBT Hook hook.
EventsFilter
          Provides the functionality for configuring and filtering hook events.
EventsFilter.Range
          Defines range of events.
Hook
          This class enables to install various Windows hooks and retrieve information from them using HookEventListener.
Hook.Descriptor
          This class represents the enumeraton of available Windows hooks.
HookEventListener
          Base interface for all hook event listeners.
HookEventObject
          Base hook event object.
IdleTrackerListener
          This class is a listener of the mouse and keyboard idle timeout events.
 

Classes in com.jniwrapper.win32.hook used by com.jniwrapper.win32.hook.data
EventsFilter
          Provides the functionality for configuring and filtering hook events.
Hook
          This class enables to install various Windows hooks and retrieve information from them using HookEventListener.
Hook.Descriptor
          This class represents the enumeraton of available Windows hooks.
HookEventObject
          Base hook event object.