Package org.refcodes.mixin
Interface StandardPrintStreamAccessor.StandardPrintStreamMutator
-
- All Known Subinterfaces:
StandardPrintStreamAccessor.StandardPrintStreamProperty
- Enclosing interface:
- StandardPrintStreamAccessor
public static interface StandardPrintStreamAccessor.StandardPrintStreamMutatorProvides a mutator for an standardPrintStreamproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetStandardPrintStream(java.io.PrintStream aStandardPrintStream)Sets the standardPrintStreamfor the standardPrintStreamproperty.
-