Interface LaterationSolverListener<P extends com.irurueta.geometry.Point<?>>

Type Parameters:
P - a Point 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 Details

    • onSolveStart

      void onSolveStart(LaterationSolver<P> solver)
      Called when solving starts.
      Parameters:
      solver - solver raising the event.
    • onSolveEnd

      void onSolveEnd(LaterationSolver<P> solver)
      Called when solving ends.
      Parameters:
      solver - solver raising the event.