Package org.refcodes.mixin
Interface PercentAccessor.PercentMutator
-
- All Known Subinterfaces:
PercentAccessor.PercentProperty
- Enclosing interface:
- PercentAccessor
public static interface PercentAccessor.PercentMutatorProvides a mutator for a % property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPercent(int aPercent)Sets the % for the % property.
-