Uses of Interface
com.github.kwhat.jnativehook.keyboard.NativeKeyListener
Packages that use NativeKeyListener
Package
Description
ExecutorService implementations for native event dispatch.
Classes used for native keyboard events.
-
Uses of NativeKeyListener in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeKeyListenerModifier and TypeMethodDescriptionstatic voidGlobalScreen.addNativeKeyListener(NativeKeyListener listener) Adds the specified native key listener to receive key events from the native system.static voidGlobalScreen.removeNativeKeyListener(NativeKeyListener listener) Removes the specified native key listener so that it no longer receives key events from the native system. -
Uses of NativeKeyListener in com.github.kwhat.jnativehook.example
Classes in com.github.kwhat.jnativehook.example that implement NativeKeyListenerModifier and TypeClassDescriptionclassA demonstration of how to use the JNativeHook library. -
Uses of NativeKeyListener in com.github.kwhat.jnativehook.keyboard
Classes in com.github.kwhat.jnativehook.keyboard that implement NativeKeyListenerModifier and TypeClassDescriptionclassDeprecated.classAdapter to convert NativeKeyEvents to Java KeyEvents.
NativeKeyListenerinterface instead