public interface MouseListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
MouseListener.Stub
An empty implementation of MouseListener for convenience.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDoubleClicked(MouseEvent me)
Called when a mouse button has been double clicked over the listened to
object.
|
void |
mousePressed(MouseEvent me)
Called when a mouse button has been pressed while over the listened to
object.
|
void |
mouseReleased(MouseEvent me)
Called when a pressed mouse button has been released.
|
void mousePressed(MouseEvent me)
me - The MouseEvent objectvoid mouseReleased(MouseEvent me)
me - The MouseEvent objectvoid mouseDoubleClicked(MouseEvent me)
me - The MouseEvent objectCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.