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.
Adapter implementation of the NativeMouseMotionListener interface. The methods are empty so the
super call is obsolete.
- 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.mouse.NativeMouseMotionListener
nativeMouseDragged, nativeMouseMoved
-
Constructor Details
-
NativeMouseMotionAdapter
public NativeMouseMotionAdapter()Deprecated.
-
NativeMouseMotionListenerinterface instead