Interface PointHandler

    • Method Detail

      • reportPoint

        void reportPoint​(wavefront.report.ReportPoint point,
                         @Nullable
                         String debugLine)
        Deprecated.
        Send a point for reporting.
        Parameters:
        point - Point to report.
        debugLine - Debug information to print to console when the line is rejected. If null, then use the entire point converted to string.
      • reportPoints

        void reportPoints​(List<wavefront.report.ReportPoint> points)
        Deprecated.
        Send a collection of points for reporting.
        Parameters:
        points - Points to report.
      • handleBlockedPoint

        void handleBlockedPoint​(@Nullable
                                String pointLine)
        Deprecated.
        Called when a blocked line is encountered.
        Parameters:
        pointLine - Line encountered. If null, it will increment the blocked points counter but won't write to the log