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

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

Methods in com.jniwrapper.win32.hook with parameters of type CBTEvent.SetFocus
 void CBTHookListener.setFocus(CBTEvent.SetFocus event)
          Specifies the event when a window is about to receive the keyboard focus.
 void CBTHookAdapter.setFocus(CBTEvent.SetFocus event)