Class UiCommandWithResultCallback<RESULT>


  • public class UiCommandWithResultCallback<RESULT>
    extends java.lang.Object
    • Constructor Detail

      • UiCommandWithResultCallback

        public UiCommandWithResultCallback​(org.teamapps.dto.UiCommand<RESULT> uiCommand,
                                           java.util.function.Consumer<RESULT> resultCallback)
      • UiCommandWithResultCallback

        public UiCommandWithResultCallback​(org.teamapps.dto.UiCommand<RESULT> uiCommand)
    • Method Detail

      • getUiCommand

        public org.teamapps.dto.UiCommand<RESULT> getUiCommand()
      • getResultCallback

        public java.util.function.Consumer<RESULT> getResultCallback()