Interface ActionListener<O>

  • Type Parameters:
    O - output type of the action

    public interface ActionListener<O>
    Interface for action call back.
    • Method Detail

      • actionPerformed

        void actionPerformed​(ActionResult<O> result)