Module com.github.kwhat.jnativehook
Class NativeKeyAdapter
java.lang.Object
com.github.kwhat.jnativehook.keyboard.NativeKeyAdapter
- All Implemented Interfaces:
NativeKeyListener,EventListener
Deprecated.
Adapter implementation of the NativeKeyListener interface. The methods are empty so the super
call is obsolete.
- Since:
- 2.1
- Author:
- Johannes Boczek
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.kwhat.jnativehook.keyboard.NativeKeyListener
nativeKeyPressed, nativeKeyReleased, nativeKeyTyped
-
Constructor Details
-
NativeKeyAdapter
public NativeKeyAdapter()Deprecated.
-
NativeKeyListenerinterface instead