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


oracle.dss.dataView
Class ViewMouseMotionListenerAdapter

java.lang.Object
  |
  +--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
equals, 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™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.