Interface ObjectSelectionListener
- All Known Implementing Classes:
DisplayEditorGIS
public interface ObjectSelectionListener
Deprecated.
2D piccolo based code is being removed
Interface for classes that want to be notified of object selection.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptionvoid
objectsSelected
(List<Object> objs) Deprecated.Invoked when objects have been selected.
-
Method Details
-
objectsSelected
Deprecated.Invoked when objects have been selected.- Parameters:
objs
- the selected nodes.
-