-
- Type Parameters:
SRC
- The type of the source in question.
- All Known Subinterfaces:
SourceAccessor.SourceProperty<SRC>
- Enclosing interface:
- SourceAccessor<SRC>
public static interface SourceAccessor.SourceMutator<SRC>
Provides a mutator for a source property for e.g. source of an event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSource(SRC aSource)
Sets the source for the source property.
-
-
-
Method Detail
-
setSource
void setSource(SRC aSource)
Sets the source for the source property.- Parameters:
aSource
- The source to be stored by the source property.
-
-