Interface ResultCallback

All Superinterfaces:
Command

public interface ResultCallback extends Command
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Object result)
    Call the callback with the result of the operation.

    Methods inherited from interface org.alfresco.filesys.repo.rules.Command

    getTransactionRequired
  • Method Details

    • execute

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