public static class MouseMotionListener.Stub extends java.lang.Object implements MouseMotionListener
MouseMotionListener.Stub| Constructor and Description |
|---|
MouseMotionListener.Stub() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDragged(MouseEvent me)
Called when the mouse has moved over the listened to object while a
button was pressed.
|
void |
mouseEntered(MouseEvent me)
Called when the mouse has entered the listened to object.
|
void |
mouseExited(MouseEvent me)
Called when the mouse has exited the listened to object.
|
void |
mouseHover(MouseEvent me)
Called when the mouse hovers over the listened to object.
|
void |
mouseMoved(MouseEvent me)
Called when the mouse has moved over the listened to object.
|
public void mouseDragged(MouseEvent me)
MouseMotionListenermouseDragged in interface MouseMotionListenerme - The MouseEvent objectMouseMotionListener.mouseDragged(MouseEvent)public void mouseEntered(MouseEvent me)
MouseMotionListenermouseEntered in interface MouseMotionListenerme - The MouseEvent objectMouseMotionListener.mouseEntered(MouseEvent)public void mouseExited(MouseEvent me)
MouseMotionListenermouseExited in interface MouseMotionListenerme - The MouseEvent objectMouseMotionListener.mouseExited(MouseEvent)public void mouseMoved(MouseEvent me)
MouseMotionListenermouseMoved in interface MouseMotionListenerme - The MouseEvent objectMouseMotionListener.mouseMoved(MouseEvent)public void mouseHover(MouseEvent me)
MouseMotionListenermouseHover in interface MouseMotionListenerme - The MouseEvent objectMouseMotionListener.mouseHover(MouseEvent)Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.