Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface ViewMouseMotionListener

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

public interface ViewMouseMotionListener
extends java.util.EventListener

This interfaces defines our beans' definition of a MouseMotionListener.


Method Summary
 void mouseDragged(ViewMouseEvent e)
          Invoked when a mouse button is pressed on a component and then dragged.
 void mouseMoved(ViewMouseEvent e)
          Invoked when the mouse button has been moved on a component (with no buttons no down).

 

Method Detail

mouseDragged

public void mouseDragged(ViewMouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged. Mouse drag events will continue to be delivered to the component where the first originated until the mouse button is released (regardless of whether the mouse position is within the bounds of the component).

mouseMoved

public void mouseMoved(ViewMouseEvent e)
Invoked when the mouse button has been moved on a component (with no buttons no down).

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.