de.lmu.ifi.dbs.elki.visualization.gui.overview
Class OverviewPlot.SelectPlotEvent
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
it
PlotItem it
- Plot item clicked
OverviewPlot.SelectPlotEvent
public OverviewPlot.SelectPlotEvent(PlotItem it)
- Constructor.
- Parameters:
it
- Item that was clicked
handleEvent
public void handleEvent(Event evt)
- Specified by:
handleEvent
in interface EventListener