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(java.io.PrintStream aPrintStream)
Sets the print stream for the print stream property.
-