Package org.refcodes.mixin
Interface ErrorPrintStreamAccessor.ErrorPrintStreamMutator
-
- All Known Subinterfaces:
ErrorPrintStreamAccessor.ErrorPrintStreamProperty
- Enclosing interface:
- ErrorPrintStreamAccessor
public static interface ErrorPrintStreamAccessor.ErrorPrintStreamMutatorProvides a mutator for an errorPrintStreamproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetErrorPrintStream(java.io.PrintStream aErrorPrintStream)Sets the errorPrintStreamfor the errorPrintStreamproperty.
-