Interface ParserMonitor


public interface ParserMonitor
Monitors what is being read.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(char[] c)
    Called when read is called.
  • Method Details

    • read

      void read(char[] c)
      Called when read is called.
      Parameters:
      c - the char read.