public class DelegateMouseMotionListener extends Object implements MouseMotionListener
| Constructor and Description |
|---|
DelegateMouseMotionListener(MouseMotionListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDragged(MouseEvent e) |
void |
mouseMoved(MouseEvent e) |
public DelegateMouseMotionListener(MouseMotionListener listener)
public void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenerpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenerCopyright © 2017. All rights reserved.