Class Echo

  • All Implemented Interfaces:
    TagValueListener

    public class Echo
    extends java.lang.Object
    implements TagValueListener

    A simple listener that just echoes events back to the console.

    Since:
    1.3
    Author:
    Matthew Pocock
    • Constructor Summary

      Constructors 
      Constructor Description
      Echo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void endRecord()
      The current record has ended.
      void endTag()
      End the current tag.
      void startRecord()
      A new record is about to start.
      void startTag​(java.lang.Object tag)
      Start a new tag.
      void value​(TagValueContext tvc, java.lang.Object value)
      A value has been seen.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Echo

        public Echo()