org.jhotdraw.framework
Interface FigureSelectionListener

All Known Subinterfaces:
DrawingEditor
All Known Implementing Classes:
AbstractCommand, AlignCommand, BringToFrontCommand, ChangeAttributeCommand, CopyCommand, CutCommand, DeleteCommand, DrawApplet, DrawApplication, DuplicateCommand, FigureTransferCommand, GroupCommand, InsertImageCommand, JavaDrawApp, JavaDrawApplet, JavaDrawViewer, MDI_DrawApplication, PasteCommand, RedoCommand, SelectAllCommand, SendToBackCommand, SplitPaneDrawApplication, ToggleGridCommand, UndoableCommand, UndoCommand, UngroupCommand, ZoomCommand

public interface FigureSelectionListener

Listener interested in DrawingView selection changes.

Version:
<$CURRENT_VERSION$>

Method Summary
 void figureSelectionChanged(DrawingView view)
          Sent when the figure selection has changed.
 

Method Detail

figureSelectionChanged

void figureSelectionChanged(DrawingView view)
Sent when the figure selection has changed.

Parameters:
view - DrawingView