Module com.github.kwhat.jnativehook
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 theNativeMouseMotionListener
interface insteadAdapter implementation of the NativeMouseMotionListener interface. The methods are empty so the super call is obsolete.- Author:
- Johannes Boczek
-
-
Constructor Summary
Constructors Constructor Description NativeMouseMotionAdapter()
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.mouse.NativeMouseMotionListener
nativeMouseDragged, nativeMouseMoved
-
-