yu.ac.bg.etf.javaqx.qswing.events
Interface MouseMotionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MouseMotionAdapter

public interface MouseMotionListener
extends java.util.EventListener

Mouse Motion Listener.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
 void mouseDragged(MouseEvent e)
          Notifies listener that the mouse has been dragged.
 void mouseMoved(MouseEvent e)
          Notifies listener that the mouse has been moved.
 

Method Detail

mouseMoved

public void mouseMoved(MouseEvent e)
Notifies listener that the mouse has been moved.

Parameters:
e - the mouse event

mouseDragged

public void mouseDragged(MouseEvent e)
Notifies listener that the mouse has been dragged.

Parameters:
e - the mouse event


Copyright © 2007 ETF and contributors. All Rights Reserved.