com.jmex.bui.event
Interface MouseMotionListener

All Superinterfaces:
ComponentListener
All Known Implementing Classes:
MouseAdapter

public interface MouseMotionListener
extends ComponentListener

Dispatches mouse motion events to listeners on a component.


Method Summary
 void mouseDragged(MouseEvent event)
          Dispatched when the mouse is moved after a button having been pressed within the bounds of the target component.
 void mouseMoved(MouseEvent event)
          Dispatched when the mouse is moved within the bounds of the target component.
 

Method Detail

mouseMoved

void mouseMoved(MouseEvent event)
Dispatched when the mouse is moved within the bounds of the target component.


mouseDragged

void mouseDragged(MouseEvent event)
Dispatched when the mouse is moved after a button having been pressed within the bounds of the target component.



Copyright © 2008 Michael Bayne. All Rights Reserved.