org.zaval.lw.event
Interface LwMouseMotionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LwButton, LwComboList, LwCursorManager, LwScroll, LwSlider, LwSplitPan, LwStButton, LwTextField, LwTooltipMan, LwTracker, LwWindow, LwGridCaption

public interface LwMouseMotionListener
extends java.util.EventListener

This is listener interface to receive light weight mouse motion events.


Method Summary
 void endDragged(LwMouseMotionEvent e)
          Invoked when the mouse ends dragged.
 void mouseDragged(LwMouseMotionEvent e)
          Invoked when a mouse button is pressed on a component and then dragged.
 void mouseMoved(LwMouseMotionEvent e)
          Invoked when the mouse pointer has been moved on a light weight component (with no buttons no down).
 void startDragged(LwMouseMotionEvent e)
          Invoked when the mouse starts dragged.
 

Method Detail

startDragged

public void startDragged(LwMouseMotionEvent e)
Invoked when the mouse starts dragged.
Parameters:
e - the specified mouse motion event.

endDragged

public void endDragged(LwMouseMotionEvent e)
Invoked when the mouse ends dragged.
Parameters:
e - the specified mouse motion event.

mouseDragged

public void mouseDragged(LwMouseMotionEvent e)
Invoked when a mouse button is pressed on a component and then dragged. Mouse drag events will continue to be delivered to the component where the first originated until the mouse button is released (regardless of whether the mouse position is within the bounds of the component).
Parameters:
e - the specified mouse motion event.

mouseMoved

public void mouseMoved(LwMouseMotionEvent e)
Invoked when the mouse pointer has been moved on a light weight component (with no buttons no down).
Parameters:
e - the specified mouse motion event.


Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org