org.exoplatform.social.common.service
Interface AsyncCallback


public interface AsyncCallback


Method Summary
 void done(ProcessContext processContext)
          This method is invoked once the proccessor is done.
 

Method Detail

done

void done(ProcessContext processContext)
This method is invoked once the proccessor is done.

If an exception occurred while processing the exchange, the exception field of the being processed will hold the caused exception.

Parameters:
processContext -


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.