org.alfresco.service.cmr.avm.deploy
Class DeploymentReportCallback

java.lang.Object
  extended by org.alfresco.service.cmr.avm.deploy.DeploymentReportCallback
All Implemented Interfaces:
DeploymentCallback

public class DeploymentReportCallback
extends java.lang.Object
implements DeploymentCallback


Constructor Summary
DeploymentReportCallback(DeploymentReport report)
           
 
Method Summary
 void eventOccurred(DeploymentEvent event)
          Called each time something happens during deployment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentReportCallback

public DeploymentReportCallback(DeploymentReport report)
Method Detail

eventOccurred

public void eventOccurred(DeploymentEvent event)
Called each time something happens during deployment. This is called synchronously by the deployer and should therefore be handled rapidly, if possible.

Specified by:
eventOccurred in interface DeploymentCallback
Parameters:
event - The event that occurred.


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