Module com.github.kwhat.jnativehook
Class NativeKeyAdapter
- java.lang.Object
-
- com.github.kwhat.jnativehook.keyboard.NativeKeyAdapter
-
- All Implemented Interfaces:
NativeKeyListener
,EventListener
@Deprecated public class NativeKeyAdapter extends Object implements NativeKeyListener
Deprecated.No need to extend this class, implement theNativeKeyListener
interface insteadAdapter implementation of the NativeKeyListener interface. The methods are empty so the super call is obsolete.- Since:
- 2.1
- Author:
- Johannes Boczek
-
-
Constructor Summary
Constructors Constructor Description NativeKeyAdapter()
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.kwhat.jnativehook.keyboard.NativeKeyListener
nativeKeyPressed, nativeKeyReleased, nativeKeyTyped
-
-