Module org.refcodes.mixin
Package org.refcodes.mixin
Interface DestinationAccessor.DestinationMutator<DEST>
-
- Type Parameters:
DEST
- The type of the destination in question.
- All Known Subinterfaces:
DestinationAccessor.DestinationProperty<DEST>
- Enclosing interface:
- DestinationAccessor<DEST>
public static interface DestinationAccessor.DestinationMutator<DEST>
Provides a mutator for a destination property for e.g. destination of an event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDestination(DEST aDestination)
Sets the destination for the destination property.
-
-
-
Method Detail
-
setDestination
void setDestination(DEST aDestination)
Sets the destination for the destination property.- Parameters:
aDestination
- The destination to be stored by the destination property.
-
-