Interface PrintStreamAccessor.PrintStreamMutator

All Known Subinterfaces:
PrintStreamAccessor.PrintStreamProperty
Enclosing interface:
PrintStreamAccessor

public static interface PrintStreamAccessor.PrintStreamMutator
Provides a mutator for an print stream property.
  • Method Summary

    Modifier and Type Method Description
    void setPrintStream​(PrintStream aPrintStream)
    Sets the print stream for the print stream property.
  • Method Details

    • setPrintStream

      void setPrintStream​(PrintStream aPrintStream)
      Sets the print stream for the print stream property.
      Parameters:
      aPrintStream - The print stream to be stored by the print stream property.