Package org.alfresco.filesys.repo
Interface ResultCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Object result)Call the callback with the result of the operation.-
Methods inherited from interface org.alfresco.filesys.repo.rules.Command
getTransactionRequired
-
-
-
-
Method Detail
-
execute
void execute(Object result)
Call the callback with the result of the operation.- Parameters:
result- the result.
-
-