Class SimpleArrayListener.ListArrayListener

All Implemented Interfaces:
ArrayListener
Enclosing class:
SimpleArrayListener

public static class SimpleArrayListener.ListArrayListener extends SimpleArrayListener.StructureArrayListener
  • Constructor Details

    • ListArrayListener

      public ListArrayListener(ArrayWriter listWriter)
  • Method Details

    • onElementStart

      public void onElementStart()
      Description copied from interface: ArrayListener
      Called for each element of the array. The array element is represented by its own listener which receives the value of the element (if scalar) or element events (if structured.)
      Specified by:
      onElementStart in interface ArrayListener
      Overrides:
      onElementStart in class SimpleArrayListener