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)
IMouseMotionListenermouseMoved in interface IMouseMotionListenerevent - The mouse eventpublic void mouseDragged(IMouseButtonEvent event)
IMouseMotionListenermouseDragged in interface IMouseMotionListenerevent - The mouse button eventSiehe auch Jowidgets Nutzerhandbuch