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 Detail

      • setSource

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