Interface ActionAccessor.ActionMutator<A>

  • Type Parameters:
    A - The type of the action property.
    All Known Subinterfaces:
    ActionAccessor.ActionProperty<A>
    Enclosing interface:
    ActionAccessor<A>


    public static interface ActionAccessor.ActionMutator<A>
    Provides a mutator for a action property.
    • Method Detail

      • setAction

        void setAction​(A aAction)
        Sets the action for the action property.
        Parameters:
        aAction - The action to be stored by the action property.