Beispiel #1
0
 /**
  * @param monitor the monitor to set
  */
 public void SetMonitor(IParserMonitor monitor)
 {
     this.monitor = monitor;
 }
 /**
  * @param reader the actual reader
  * @param monitor the monitor
  */
 public MonitorInputReader(TextReader reader, IParserMonitor monitor)
 {
     this.reader = reader;
     this.monitor = monitor;
 }
Beispiel #3
0
 /**
  * @param monitor the monitor to set
  */
 virtual public void SetMonitor(IParserMonitor monitor)
 {
     this.monitor = monitor;
 }
Beispiel #4
0
 /**
  * @param reader the actual reader
  * @param monitor the monitor
  */
 public MonitorInputReader(TextReader reader, IParserMonitor monitor)
 {
     this.reader  = reader;
     this.monitor = monitor;
 }