public class MouseMotionAdapter extends java.lang.Object implements IMouseMotionListener
Constructor and Description |
---|
MouseMotionAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
mouseDragged(IMouseButtonEvent event)
Will be invoked if the mouse was dragged
|
void |
mouseMoved(IMouseEvent event)
Will be invoked after the mouse moved
|
public void mouseMoved(IMouseEvent event)
IMouseMotionListener
mouseMoved
in interface IMouseMotionListener
event
- The mouse eventpublic void mouseDragged(IMouseButtonEvent event)
IMouseMotionListener
mouseDragged
in interface IMouseMotionListener
event
- The mouse button eventSiehe auch Jowidgets Nutzerhandbuch