Uses of Class
com.jniwrapper.win32.hook.CBTEvent.DestroyWnd

Packages that use CBTEvent.DestroyWnd
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 CBTEvent.DestroyWnd in com.jniwrapper.win32.hook
 

Methods in com.jniwrapper.win32.hook with parameters of type CBTEvent.DestroyWnd
 void CBTHookListener.destroyWnd(CBTEvent.DestroyWnd event)
          Specifies the event when a window is about to be destroyed.
 void CBTHookAdapter.destroyWnd(CBTEvent.DestroyWnd event)