Uses of Interface
com.github.kwhat.jnativehook.keyboard.NativeKeyListener
-
Packages that use NativeKeyListener Package Description com.github.kwhat.jnativehook com.github.kwhat.jnativehook.example ExecutorService implementations for native event dispatch.com.github.kwhat.jnativehook.keyboard Classes used for native keyboard events. -
-
Uses of NativeKeyListener in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeKeyListener Modifier and Type Method Description static 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 NativeKeyListener Modifier and Type Class Description classNativeHookDemoA 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 NativeKeyListener Modifier and Type Class Description classNativeKeyAdapterDeprecated.No need to extend this class, implement theNativeKeyListenerinterface insteadclassSwingKeyAdapterAdapter to convert NativeKeyEvents to Java KeyEvents.
-