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

All Superinterfaces:
java.util.EventListener

public interface MouseWheelListener
extends java.util.EventListener

Mouse Wheel Listener.

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

Method Summary
 void mouseWheelMoved(MouseWheelEvent e)
          Notifies listener that the mouse wheel is rotated.
 

Method Detail

mouseWheelMoved

public void mouseWheelMoved(MouseWheelEvent e)
Notifies listener that the mouse wheel is rotated.

Parameters:
e - the mouse event


Copyright © 2007 ETF and contributors. All Rights Reserved.