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

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

Methods in com.jniwrapper.win32.hook with parameters of type CBTEvent.MoveSize
 void CBTHookListener.moveSize(CBTEvent.MoveSize event)
          Specifies the event when a window is about to be moved or sized.
 void CBTHookAdapter.moveSize(CBTEvent.MoveSize event)