API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.event. MouseListener View Source
Author(s)
Carl Quinn
Since
1.1
Version
1.19, 04/13/06
Serial
Hierarchy
 EventListener
      MouseListener
Subinterfaces
Description
public interface MouseListener
  The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component.
Methods
Hide/Show inherited methods
public void mouseClicked (MouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a component.
public void mouseEntered (MouseEvent e)
Invoked when the mouse enters a component.
public void mouseExited (MouseEvent e)
Invoked when the mouse exits a component.
public void mousePressed (MouseEvent e)
Invoked when a mouse button has been pressed on a component.
public void mouseReleased (MouseEvent e)
Invoked when a mouse button has been released on a component.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar