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 NativeHookExceptionGlobalScreen.NativeHookThread. exceptionException thrown by this thread.Methods in com.github.kwhat.jnativehook that return NativeHookException Modifier and Type Method Description NativeHookExceptionGlobalScreen.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 voidGlobalScreen.NativeHookThread. disable()Native implementation to stop the input hook.protected voidGlobalScreen.NativeHookThread. enable()Native implementation to start the input hook.static voidGlobalScreen. registerNativeHook()Enable the native hook.static voidGlobalScreen. unregisterNativeHook()Disable the native hook if it is currently registered.
-