com.jniwrapper.win32.hook
Class CBTEvent.ClickSkipped

java.lang.Object
  extended by java.util.EventObject
      extended by com.jniwrapper.win32.hook.HookEventObject
          extended by com.jniwrapper.win32.hook.CBTEvent
              extended by com.jniwrapper.win32.hook.CBTEvent.ClickSkipped
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CBTEvent

public static class CBTEvent.ClickSkipped
extends CBTEvent

Represents HCBT_CLICKSKIPPED hook event.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jniwrapper.win32.hook.CBTEvent
CBTEvent.Activate, CBTEvent.ClickSkipped, CBTEvent.CreateWnd, CBTEvent.DestroyWnd, CBTEvent.KeySkipped, CBTEvent.MinMax, CBTEvent.MoveSize, CBTEvent.QS, CBTEvent.SetFocus, CBTEvent.SysCommand
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CBTEvent.ClickSkipped(java.lang.Object source, long mouseMessage, Point point, Wnd window, long hitTestCode)
           
 
Method Summary
 Point getCursorCoordinates()
          Contains the x- and y-coordinates of the cursor, in screen coordinates.
 long getHitTestCode()
          Hit-test code
 long getMouseMessage()
          Specifies the mouse message removed from the system message queue.
 Wnd getWindow()
          The window for which the mouse message is intended.
 
Methods inherited from class com.jniwrapper.win32.hook.CBTEvent
setAllow
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CBTEvent.ClickSkipped

public CBTEvent.ClickSkipped(java.lang.Object source,
                             long mouseMessage,
                             Point point,
                             Wnd window,
                             long hitTestCode)
Method Detail

getMouseMessage

public long getMouseMessage()
Specifies the mouse message removed from the system message queue.

Returns:
mouse message

getCursorCoordinates

public Point getCursorCoordinates()
Contains the x- and y-coordinates of the cursor, in screen coordinates.

Returns:
cursor coordinates

getWindow

public Wnd getWindow()
The window for which the mouse message is intended.

Returns:
window

getHitTestCode

public long getHitTestCode()
Hit-test code

Returns:
hit-test code