Interface ActionAccessor<A>

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

public interface ActionAccessor<A>
Provides an accessor for a action property.
  • Method Details

    • getAction

      A getAction()
      Retrieves the action from the action property.
      Returns:
      The action stored by the action property.