corina.graph
Class BargraphFrame.ClickListener

java.lang.Object
  |
  +--java.awt.event.MouseAdapter
        |
        +--corina.graph.BargraphFrame.ClickListener
All Implemented Interfaces:
EventListener, MouseListener
Enclosing class:
BargraphFrame

public class BargraphFrame.ClickListener
extends MouseAdapter


Constructor Summary
BargraphFrame.ClickListener()
           
 
Method Summary
 void mousePressed(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BargraphFrame.ClickListener

public BargraphFrame.ClickListener()
Method Detail

mousePressed

public void mousePressed(MouseEvent e)
Overrides:
mousePressed in class MouseAdapter

mouseReleased

public void mouseReleased(MouseEvent e)
Overrides:
mouseReleased in class MouseAdapter