Class UiCommandWithResultCallback<RESULT>

java.lang.Object
org.teamapps.uisession.UiCommandWithResultCallback<RESULT>

public class UiCommandWithResultCallback<RESULT> extends Object
  • Constructor Details

    • UiCommandWithResultCallback

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

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

    • getUiCommand

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

      public Consumer<RESULT> getResultCallback()