Interface LocatorAccessor.LocatorMutator<T>

  • Type Parameters:
    T - The type of the locator
    All Known Subinterfaces:
    LocatorAccessor.LocatorProperty<T>
    Enclosing interface:
    LocatorAccessor<T>


    public static interface LocatorAccessor.LocatorMutator<T>
    Provides a mutator for a locator property.
    • Method Detail

      • setLocator

        void setLocator​(T aLocator)
        Sets the locator for the locator property.
        Parameters:
        aLocator - The locator to be stored by the resource locator property.