Interface SelectionListener
public interface SelectionListener
- Author:
- sebastian
-
Method Summary
Modifier and TypeMethodDescriptionvoid
selectionChanged
(Selection newSelection) Called when a selection change is made in a model.
-
Method Details
-
selectionChanged
Called when a selection change is made in a model. The selection is either an object describing what is currently selected in a model, or if there is no selection in a model, null.- Parameters:
newSelection
- null or an object describing the current selection in a model.
-