Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-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

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

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


Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.