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


oracle.dss.dataView
Class ViewMouseListenerAdapter

java.lang.Object
  |
  +--oracle.dss.dataView.ViewMouseListenerAdapter
All Implemented Interfaces:
java.util.EventListener, ViewMouseListener

public class ViewMouseListenerAdapter
extends java.lang.Object
implements ViewMouseListener

Adapter class for the ViewMouseListener interface.


Constructor Summary
ViewMouseListenerAdapter()
           

 

Method Summary
 void mouseClicked(ViewMouseEvent e)
          Invoked when the mouse has been clicked on a component.
 void mouseEntered(ViewMouseEvent e)
          Invoked when the mouse enters a component.
 void mouseExited(ViewMouseEvent e)
          Invoked when the mouse exits a component.
 void mousePressed(ViewMouseEvent e)
          Invoked when a mouse button has been pressed on a component.
 void mouseReleased(ViewMouseEvent e)
          Invoked when a mouse button has been released on a component.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ViewMouseListenerAdapter

public ViewMouseListenerAdapter()
Method Detail

mouseClicked

public void mouseClicked(ViewMouseEvent e)
Invoked when the mouse has been clicked on a component.
Specified by:
mouseClicked in interface ViewMouseListener

mousePressed

public void mousePressed(ViewMouseEvent e)
Invoked when a mouse button has been pressed on a component.
Specified by:
mousePressed in interface ViewMouseListener

mouseReleased

public void mouseReleased(ViewMouseEvent e)
Invoked when a mouse button has been released on a component.
Specified by:
mouseReleased in interface ViewMouseListener

mouseEntered

public void mouseEntered(ViewMouseEvent e)
Invoked when the mouse enters a component.
Specified by:
mouseEntered in interface ViewMouseListener

mouseExited

public void mouseExited(ViewMouseEvent e)
Invoked when the mouse exits a component.
Specified by:
mouseExited in interface ViewMouseListener

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


Copyright © 2003, Oracle. All Rights Reserved.