org.safs.natives
Interface LLMouseHookListener

All Superinterfaces:
CallbackHookListener
All Known Implementing Classes:
GuiRecognitionDetector

public interface LLMouseHookListener
extends CallbackHookListener

a Listener to receive low level Mouse messages for hook WH_MOUSE_LL, LowLevelMouseProc

Since:
OCT 21 2010

Method Summary
 void onLLMouseHook(int nCode, NativeLong wParam, User32.MSLLHOOKSTRUCT info)
           
 

Method Detail

onLLMouseHook

void onLLMouseHook(int nCode,
                   NativeLong wParam,
                   User32.MSLLHOOKSTRUCT info)