Class UiCommandWithResultCallback<RESULT>

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

public class UiCommandWithResultCallback<RESULT> extends Object
  • Constructor Details

    • UiCommandWithResultCallback

      public UiCommandWithResultCallback(UiCommand<RESULT> uiCommand, Consumer<RESULT> resultCallback)
    • UiCommandWithResultCallback

      public UiCommandWithResultCallback(UiCommand<RESULT> uiCommand)
  • Method Details