Uses of Class
com.github.kwhat.jnativehook.NativeHookException
Packages that use NativeHookException
-
Uses of NativeHookException in com.github.kwhat.jnativehook
Fields in com.github.kwhat.jnativehook declared as NativeHookExceptionModifier and TypeFieldDescriptionprotected NativeHookExceptionGlobalScreen.NativeHookThread.exceptionException thrown by this thread.Methods in com.github.kwhat.jnativehook that return NativeHookExceptionModifier and TypeMethodDescriptionGlobalScreen.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 NativeHookExceptionModifier and TypeMethodDescriptionvoidGlobalScreen.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.