Package org.refcodes.mixin
Interface PayloadAccessor.PayloadMutator<P>
-
- Type Parameters:
P- The type of the payload to be carried.
- All Known Subinterfaces:
PayloadAccessor.PayloadProperty<P>
- Enclosing interface:
- PayloadAccessor<P>
public static interface PayloadAccessor.PayloadMutator<P>Provides a mutator for a payload property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPayload(P aPayload)Sets the payload for the payload property.
-
-
-
Method Detail
-
setPayload
void setPayload(P aPayload)
Sets the payload for the payload property.- Parameters:
aPayload- The payload to be stored by the payload property.
-
-