org.jscience.architecture.traffic.simulation.statistics
Class TrackingView.MyMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.jscience.architecture.traffic.simulation.statistics.TrackingView.MyMouseListener
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener
Enclosing class:
TrackingView

protected class TrackingView.MyMouseListener
extends java.awt.event.MouseAdapter

Listens to mouse clicks on this TrackingView. Sets the index of the graph datatable to be highlighted.


Constructor Summary
protected TrackingView.MyMouseListener()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent e)
          DOCUMENT ME!
 
Methods inherited from class java.awt.event.MouseAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackingView.MyMouseListener

protected TrackingView.MyMouseListener()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
DOCUMENT ME!

Specified by:
mouseClicked in interface java.awt.event.MouseListener
Overrides:
mouseClicked in class java.awt.event.MouseAdapter
Parameters:
e - DOCUMENT ME!