Module com.github.kwhat.jnativehook
Class NativeMouseAdapter
- java.lang.Object
-
- com.github.kwhat.jnativehook.mouse.NativeMouseAdapter
-
- All Implemented Interfaces:
NativeMouseListener
,EventListener
@Deprecated public class NativeMouseAdapter extends Object implements NativeMouseListener
Deprecated.No need to extend this class, implement theNativeMouseListener
interface insteadAdapter implementation of the NativeMouseListener interface. The methods are empty so the super call is obsolete.- Author:
- Johannes Boczek
-
-
Constructor Summary
Constructors Constructor Description NativeMouseAdapter()
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
-
-