Package adams.gui.event
Interface HeatmapPanelSelectionListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractSelectionProcessor
,Crop
,NullProcessor
public interface HeatmapPanelSelectionListener extends EventListener
Interface for listening for selection events in theHeatmapPanel
.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
heatmapChanged(HeatmapPanel panel)
Notifies the overlay that the image has changed.void
selected(HeatmapPanelSelectionEvent e)
Invoked when a selection happened in aImagePanel
.
-
-
-
Method Detail
-
heatmapChanged
void heatmapChanged(HeatmapPanel panel)
Notifies the overlay that the image has changed.- Parameters:
panel
- the panel this overlay belongs to
-
selected
void selected(HeatmapPanelSelectionEvent e)
Invoked when a selection happened in aImagePanel
.- Parameters:
e
- the event
-
-