org.basex.core
Interface InfoListener


public interface InfoListener

Info listener, receiving and handling information generated during the evaluation of a command or query.

Author:
BaseX Team 2005-12, BSD License, Christian Gruen

Method Summary
 void info(java.lang.String info)
          Processes information generated by a process.
 

Method Detail

info

void info(java.lang.String info)
Processes information generated by a process.

Parameters:
info - info to be processed