Package adams.gui.event
Interface ImagePanelSelectionListener
-
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
SelectionProcessor,SelectionProcessorWithLabelSupport
- All Known Implementing Classes:
AbstractPaintingSelectionProcessor,AbstractSelectionProcessor,AbstractSelectionRectangleBasedSelectionProcessor,CopyToClipboard,Crop,MultiSelectionProcessor,NullProcessor,PaintSelection,SelectObjects,ShowCoordinates
public interface ImagePanelSelectionListener extends EventListener
Interface for listening for selection events in theImagePanel.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidimageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.voidselected(ImagePanelSelectionEvent e)Invoked when a selection happened in aImagePanel.
-
-
-
Method Detail
-
imageChanged
void imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.- Parameters:
panel- the panel this overlay belongs to
-
selected
void selected(ImagePanelSelectionEvent e)
Invoked when a selection happened in aImagePanel.- Parameters:
e- the event
-
-