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