JavaTM 2 Platform
Standard Edition

javax.swing.event
Interface MouseInputListener

All Known Implementing Classes:
MouseInputAdapter, BasicTableUI.MouseInputHandler, BasicMenuItemUI.MouseInputHandler, BasicListUI.MouseInputHandler, BasicToolBarUI.DockingListener, BasicTreeUI.MouseInputHandler, BasicTableHeaderUI.MouseInputHandler, BasicInternalFrameUI.GlassPaneDispatcher

public interface MouseInputListener
extends MouseListener, MouseMotionListener

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


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


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.