public abstract class MouseInputAdapter extends MouseAdapter implements MouseInputListener
MouseInputListener interface, provided
 as a convenience to simplify the task of creating listeners, by extending
 and implementing only the methods of interest. This class also provides an
 empty implementation of the MouseWheelListener interface, through
 its extension from AWT's MouseAdapter.| Constructor and Description | 
|---|
| MouseInputAdapter() | 
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedmouseDragged, mouseMoved Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2011, Oracle and/or its affiliates.  All rights reserved.