Interface BackgroundAccessor<T>

  • Type Parameters:
    T - The background's type to be accessed.
    All Known Subinterfaces:
    BackgroundAccessor.BackgroundProperty<T>

    public interface BackgroundAccessor<T>
    Provides an accessor for a background property.
    • Method Detail

      • getBackground

        T getBackground()
        Retrieves the background from the background property.
        Returns:
        The background stored by the background property.