sk.uniba.euromath.editor.selections
Interface IDOMSelectionChangedListener
- All Known Subinterfaces:
- IEditor, IXMLGraphicalViewer
- All Known Implementing Classes:
- EditorSite, ScrollingTextGraphicalViewer, TextEditor, TextGraphicalViewerImpl, XMLEditor, XMLGraphicalViewerImpl, XMLOutlinePage, XMLScrollingGraphicalViewer
public interface IDOMSelectionChangedListener
A listener which is notified when a xml selection changes.
TODO GUI : this could contains only some update of previous selection
e.g. some DOMInterval is add to selection, than the result of
- See Also:
can be this update
selectionChanged
void selectionChanged(DOMSelectionChangedEvent event)
- Notifies that the selection has changed.
- Parameters:
event
- event object describing the change
Copyright © 2003-2006 null. All Rights Reserved.