Package com.luciad.edit.geometries
Interface IGeometryEditCallback
public interface IGeometryEditCallback
A callback interface that can signal that a geometry was edited.
This class is used by IEditHandles
implementations to signal that they made changes to the geometry. See also IGeometryHandlesProvider
.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEdit
(Geometry newGeometry, ChangeStatus changeStatus) Can be implemented to handle the given geometry.
-
Method Details
-
onEdit
Can be implemented to handle the given geometry.- Parameters:
newGeometry
- the new geometry, cannot benull
changeStatus
- the status of the change
-