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 void
GlobalScreen. addNativeKeyListener(NativeKeyListener listener)
Adds the specified native key listener to receive key events from the native system.static void
GlobalScreen. 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 class
NativeHookDemo
A 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 class
NativeKeyAdapter
Deprecated.No need to extend this class, implement theNativeKeyListener
interface insteadclass
SwingKeyAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents.
-