Interface SourceAccessor.SourceMutator<SRC>

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

    Modifier and Type Method Description
    void setSource​(SRC aSource)
    Sets the source for the source property.
  • Method Details

    • setSource

      void setSource​(SRC aSource)
      Sets the source for the source property.
      Parameters:
      aSource - The source to be stored by the source property.