org.alfresco.repo.avm
Class TestDeploymentCallback

java.lang.Object
  extended by org.alfresco.repo.avm.TestDeploymentCallback
All Implemented Interfaces:
DeploymentCallback

public class TestDeploymentCallback
extends java.lang.Object
implements DeploymentCallback

Trivial deployment callback for testing.


Constructor Summary
TestDeploymentCallback()
           
 
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

TestDeploymentCallback

public TestDeploymentCallback()
Method Detail

eventOccurred

public void eventOccurred(DeploymentEvent event)
Description copied from interface: DeploymentCallback
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.