Package org.refcodes.mixin
Interface PrintStreamAccessor.PrintStreamMutator
-
- All Known Subinterfaces:
PrintStreamAccessor.PrintStreamProperty
- Enclosing interface:
- PrintStreamAccessor
public static interface PrintStreamAccessor.PrintStreamMutatorProvides a mutator for an print stream property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPrintStream(java.io.PrintStream aPrintStream)Sets the print stream for the print stream property.
-