aicas logoJamaica 3.2 release 62

java.awt.event
Interface MouseWheelListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AWTEventMulticaster

public interface MouseWheelListener
extends EventListener

This interface is for classes that wish to receive mouse wheel events. For other events, use MouseListener or MouseMotionListener.

Since:
1.4
See Also:
MouseWheelEvent
Status:
updated to 1.4

Method Summary
 void mouseWheelMoved(MouseWheelEvent event)
          This method is called when the mouse wheel is rotated.
 

Method Detail

mouseWheelMoved

void mouseWheelMoved(MouseWheelEvent event)
This method is called when the mouse wheel is rotated.

Parameters:
event - the MouseWheelEvent indicating the rotation

aicas logoJamaica 3.2 release 62

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.