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 the NativeKeyListener interface instead
Adapter implementation of the NativeKeyListener interface. The methods are empty so the super call is obsolete.
Since:
2.1
Author:
Johannes Boczek
  • Constructor Details

    • NativeKeyAdapter

      public NativeKeyAdapter()
      Deprecated.