Module org.refcodes.mixin
Package org.refcodes.mixin
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPrintStream(PrintStream aPrintStream)
Sets the print stream for the print stream property.
-
-
-
Method Detail
-
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.
-
-