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


oracle.dss.dataView
Interface ViewMouseListener

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

public interface ViewMouseListener
extends java.util.EventListener

This interfaces defines our beans' definition of a MouseListener.


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.

 

Method Detail

mouseClicked

public void mouseClicked(ViewMouseEvent e)
Invoked when the mouse has been clicked on a component.

mousePressed

public void mousePressed(ViewMouseEvent e)
Invoked when a mouse button has been pressed on a component.

mouseReleased

public void mouseReleased(ViewMouseEvent e)
Invoked when a mouse button has been released on a component.

mouseEntered

public void mouseEntered(ViewMouseEvent e)
Invoked when the mouse enters a component.

mouseExited

public void mouseExited(ViewMouseEvent e)
Invoked when the mouse exits a component.

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


Copyright © 2003, Oracle. All Rights Reserved.