Class AbstractViewWriter

  • All Implemented Interfaces:
    ViewWriter
    Direct Known Subclasses:
    JsonPViewWriter

    public abstract class AbstractViewWriter
    extends Object
    implements ViewWriter
    An object that produces a representation of a view on a specified target.

    This class is designed to allow a callback-driven interpretation of a view's event stream.

    A writer is not thread safe.

    Author:
    Carl Harris
    • Constructor Detail

      • AbstractViewWriter

        protected AbstractViewWriter​(View view,
                                     Options options)
        Constructs a new writer.
        Parameters:
        view - the subject view
        options - configuration options