Module com.github.kwhat.jnativehook
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 theNativeMouseInputListener
interface insteadAdapter implementation of the NativeMouseInputListener interface. The methods are empty so the super call is obsolete.- Since:
- 2.1
- Author:
- Johannes Boczek
-
-
Constructor Summary
Constructors Constructor Description NativeMouseInputAdapter()
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.NativeMouseListener
nativeMouseClicked, nativeMousePressed, nativeMouseReleased
-
Methods inherited from interface com.github.kwhat.jnativehook.mouse.NativeMouseMotionListener
nativeMouseDragged, nativeMouseMoved
-
-