Package adams.gui.event
Interface ImagePanelLeftClickListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractLeftClickProcessor,AbstractSelectionRectangleBasedLeftClickProcessor,AddMetaData,DeleteObjects,FixedBoundingBox,ImageAnnotator.AnnotatorPanel,MultiProcessor,NullProcessor,RandomBoundingBox,ViewObjects
public interface ImagePanelLeftClickListener extends EventListener
Interface for listening for left-click 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 voidclicked(ImagePanelLeftClickEvent e)Invoked when a left-click happened in aImagePanel.voidimageChanged(ImagePanel.PaintPanel panel)Notifies the overlay that the image has changed.
-
-
-
Method Detail
-
imageChanged
void imageChanged(ImagePanel.PaintPanel panel)
Notifies the overlay that the image has changed.- Parameters:
panel- the panel this overlay belongs to
-
clicked
void clicked(ImagePanelLeftClickEvent e)
Invoked when a left-click happened in aImagePanel.- Parameters:
e- the event
-
-