Interface IAnnotationListener
-
public interface IAnnotationListener
A listener on an annotation when annotation position was changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
annotationMoved(double oldX, double oldY, double newX, double newY)
This event indicates a change in the axis' value range
-