Uses of Class
com.github.kwhat.jnativehook.NativeHookException
-
Packages that use NativeHookException Package Description com.github.kwhat.jnativehook -
-
Uses of NativeHookException in com.github.kwhat.jnativehook
Fields in com.github.kwhat.jnativehook declared as NativeHookException Modifier and Type Field Description protected NativeHookException
GlobalScreen.NativeHookThread. exception
Exception thrown by this thread.Methods in com.github.kwhat.jnativehook that return NativeHookException Modifier and Type Method Description NativeHookException
GlobalScreen.NativeHookThread. getException()
Get the exception associated with the current hook, or null of no exception was thrown.Methods in com.github.kwhat.jnativehook that throw NativeHookException Modifier and Type Method Description void
GlobalScreen.NativeHookThread. disable()
Native implementation to stop the input hook.protected void
GlobalScreen.NativeHookThread. enable()
Native implementation to start the input hook.static void
GlobalScreen. registerNativeHook()
Enable the native hook.static void
GlobalScreen. unregisterNativeHook()
Disable the native hook if it is currently registered.
-