Class NativeMouseInputAdapter

java.lang.Object
com.github.kwhat.jnativehook.mouse.NativeMouseInputAdapter
All Implemented Interfaces:
NativeMouseInputListener, NativeMouseListener, NativeMouseMotionListener, EventListener

@Deprecated public class NativeMouseInputAdapter extends Object implements NativeMouseInputListener
Deprecated.
No need to extend this class, implement the NativeMouseInputListener interface instead
Adapter implementation of the NativeMouseInputListener interface. The methods are empty so the super call is obsolete.
Since:
2.1
Author:
Johannes Boczek
  • Constructor Details

    • NativeMouseInputAdapter

      public NativeMouseInputAdapter()
      Deprecated.