Class OnActionSentOptions<T>

    • Constructor Detail

      • OnActionSentOptions

        public OnActionSentOptions​(IndexAction<T> indexAction)
        Creates a new OnActionSentOptions object.
        Parameters:
        indexAction - Action that was sent.
    • Method Detail

      • getIndexAction

        public IndexAction<T> getIndexAction()
        Gets the action.
        Returns:
        The action.