Interface LaterationSolverListener<P extends com.irurueta.geometry.Point<?>>
- Type Parameters:
P
- aPoint
type.
public interface LaterationSolverListener<P extends com.irurueta.geometry.Point<?>>
Listener to be notified of events such as when lateration solving starts or ends.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSolveEnd
(LaterationSolver<P> solver) Called when solving ends.void
onSolveStart
(LaterationSolver<P> solver) Called when solving starts.
-
Method Details