org.alfresco.filesys.repo
Interface ResultCallback

All Superinterfaces:
Command

public interface ResultCallback
extends Command


Method Summary
 void execute(java.lang.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(java.lang.Object result)
Call the callback with the result of the operation.

Parameters:
result - the result.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.