net.sf.vex
Interface SelectionListener
- All Known Implementing Classes:
- AttributeTable, CopySelectionAction, CutSelectionAction, ElementTree, InsertElementMenu, InsertElementToolbarButton, MorphMenu, PasteAction, PasteTextAction, RedoAction, SelectionProviderImpl, UndoAction, UnwrapAction
- public interface SelectionListener
Interface for receiving selection change events. Typically, objects
implementing this interface are registered with a
SelectionProvider
.
- See Also:
Selection
selectionChanged
public void selectionChanged(Selection selection)
- Called by a selection provider when the current selection changes.
- Parameters:
selection
- the new Selection
.