Uses of Interface
com.openfin.desktop.win32.WindowProcCallback
Package | Description |
---|---|
com.openfin.desktop.win32 |
-
Uses of WindowProcCallback in com.openfin.desktop.win32
Methods in com.openfin.desktop.win32 with parameters of type WindowProcCallback Modifier and Type Method Description static void
WinMessageHelper. hookWndProc(com.sun.jna.platform.win32.WinDef.HWND hwnd, WindowProcCallback callback)
Makes a connection between messages on a specified window handle and the callback to be called when messages are received.