Interface SourceAccessor<SRC>

  • Type Parameters:
    SRC - The type of the source in question.
    All Known Subinterfaces:
    SourceAccessor.SourceProperty<SRC>


    public interface SourceAccessor<SRC>
    Provides an accessor for a source property for e.g. source of an event.
    • Method Detail

      • getSource

        SRC getSource​()
        Retrieves the source from the source property.
        Returns:
        The source stored by the source property.