org.stringtree.json
Class StdoutStreamErrorListener

java.lang.Object
  extended by org.stringtree.json.BufferErrorListener
      extended by org.stringtree.json.StdoutStreamErrorListener
All Implemented Interfaces:
JSONErrorListener

public class StdoutStreamErrorListener
extends BufferErrorListener


Field Summary
 
Fields inherited from class org.stringtree.json.BufferErrorListener
buffer
 
Constructor Summary
StdoutStreamErrorListener()
           
 
Method Summary
 void end()
           
 
Methods inherited from class org.stringtree.json.BufferErrorListener
error, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdoutStreamErrorListener

public StdoutStreamErrorListener()
Method Detail

end

public void end()
Specified by:
end in interface JSONErrorListener
Overrides:
end in class BufferErrorListener