com.jmex.bui.event
Interface MouseWheelListener

All Superinterfaces:
ComponentListener

public interface MouseWheelListener
extends ComponentListener

Dispatches mouse wheel events to listeners on a component.


Method Summary
 void mouseWheeled(MouseEvent event)
          Dispatched when the mouse wheel is rotated within the bounds of the target component.
 

Method Detail

mouseWheeled

void mouseWheeled(MouseEvent event)
Dispatched when the mouse wheel is rotated within the bounds of the target component.



Copyright © 2008 Michael Bayne. All Rights Reserved.