javax.swing.event
Interface MouseInputListener

All Superinterfaces:
EventListener, MouseListener, MouseMotionListener
All Known Implementing Classes:
MouseInputAdapter

public interface MouseInputListener
extends MouseListener, MouseMotionListener

Unsafe: A listener implementing all the methods in both the MouseListener and MouseMotionListener interfaces.

Version:
1.8 12/03/01
Author:
Philip Milne

Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 



comments?