Interface PatternListener


public interface PatternListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notifyHit(String patternID, int start, int end, boolean greedy)
     
  • Method Details

    • notifyHit

      void notifyHit(String patternID, int start, int end, boolean greedy)