Interface LocatorAccessor<T>

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


    public interface LocatorAccessor<T>
    Provides an accessor for a locator property.
    • Method Detail

      • getLocator

        T getLocator​()
        Retrieves the locator from the locator property.
        Returns:
        The locator stored by the locator property.