public interface FigureSelectionListener
extends java.util.EventListener
DrawingView objects.
Observer
Selection changes of DrawingView are observed by user interface
components which act on selected figures.
Subject: DrawingView; Observer:
FigureSelectionListener; Event: FigureSelectionEvent.
| Modifier and Type | Method and Description |
|---|---|
void |
selectionChanged(FigureSelectionEvent evt) |
void selectionChanged(FigureSelectionEvent evt)