Interface ResultCallback

  • All Superinterfaces:
    Command

    public interface ResultCallback
    extends Command
    • Method Detail

      • execute

        void execute​(java.lang.Object result)
        Call the callback with the result of the operation.
        Parameters:
        result - the result.