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