de.lmu.ifi.dbs.elki.visualization.gui.overview
Class OverviewPlot.SelectPlotEvent

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.visualization.gui.overview.OverviewPlot.SelectPlotEvent
All Implemented Interfaces:
EventListener
Enclosing class:
OverviewPlot

public class OverviewPlot.SelectPlotEvent
extends Object
implements EventListener

Event when a plot was selected.


Field Summary
(package private)  PlotItem it
          Plot item clicked
 
Constructor Summary
OverviewPlot.SelectPlotEvent(PlotItem it)
          Constructor.
 
Method Summary
 void handleEvent(Event evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

it

PlotItem it
Plot item clicked

Constructor Detail

OverviewPlot.SelectPlotEvent

public OverviewPlot.SelectPlotEvent(PlotItem it)
Constructor.

Parameters:
it - Item that was clicked
Method Detail

handleEvent

public void handleEvent(Event evt)
Specified by:
handleEvent in interface EventListener

Release 0.4.0 (2011-09-20_1324)