Class NativeMouseMotionAdapter

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

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

    • NativeMouseMotionAdapter

      public NativeMouseMotionAdapter()
      Deprecated.