Interface PathHighlighterWorkPauser


public interface PathHighlighterWorkPauser
A simple boolean supplier that signals if path highlighting work should not take place
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True if work should not happen; false for normal path highlighting operations
  • Method Details

    • isPaused

      boolean isPaused()
      True if work should not happen; false for normal path highlighting operations
      Returns:
      if work should not happen