Uses of Interface
com.jniwrapper.win32.hook.CBTHookListener

Packages that use CBTHookListener
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. 
 

Uses of CBTHookListener in com.jniwrapper.win32.hook
 

Classes in com.jniwrapper.win32.hook that implement CBTHookListener
 class CBTHookAdapter
          An abstract adapter class for receiving CBT Hook events.
 

Methods in com.jniwrapper.win32.hook with parameters of type CBTHookListener
 void CBTHook.addListener(CBTHookListener listener)
          Adds CBTHookListener to this hook.
 void CBTHook.removeListener(CBTHookListener listener)
          Removes CBTHookListener from this hook.