Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.dss.dataView
Class ViewMouseMotionListenerAdapter

java.lang.Object
  extended by oracle.dss.dataView.ViewMouseMotionListenerAdapter
All Implemented Interfaces:
java.util.EventListener, ViewMouseMotionListener

public class ViewMouseMotionListenerAdapter
extends java.lang.Object
implements ViewMouseMotionListener

Adapter class for the ViewMouseMotionListener interface.


Constructor Summary
ViewMouseMotionListenerAdapter()
           
 
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).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewMouseMotionListenerAdapter

public ViewMouseMotionListenerAdapter()
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).

Specified by:
mouseDragged in interface ViewMouseMotionListener

mouseMoved

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

Specified by:
mouseMoved in interface ViewMouseMotionListener

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

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