Interface HandleAccessor.HandleMutator<H>

  • Type Parameters:
    H - The type of the handle property.
    All Known Subinterfaces:
    HandleAccessor.HandleProperty<H>
    Enclosing interface:
    HandleAccessor<H>

    public static interface HandleAccessor.HandleMutator<H>
    Provides a mutator for a handle property for e.g. key / handle pair.
    • Method Detail

      • setHandle

        void setHandle​(H aHandle)
        Sets the handle for the handle property.
        Parameters:
        aHandle - The handle to be stored by the handle property.