com.xebialabs.deployit.repository
Class RepositoryEventListener

java.lang.Object
  extended by com.xebialabs.deployit.repository.RepositoryEventListener

public class RepositoryEventListener
extends java.lang.Object


Constructor Summary
RepositoryEventListener()
           
 
Method Summary
 void receiveCreate(com.xebialabs.deployit.engine.spi.command.CreateCiCommand command)
           
 void receiveCreate(com.xebialabs.deployit.engine.spi.command.CreateCisCommand command)
           
 void receiveDelete(com.xebialabs.deployit.engine.spi.command.DeleteCiCommand command)
           
 void receiveDelete(com.xebialabs.deployit.engine.spi.command.DeleteCisCommand command)
           
 void receiveUpdate(com.xebialabs.deployit.engine.spi.command.UpdateCiCommand command)
           
 void receiveUpdate(com.xebialabs.deployit.engine.spi.command.UpdateCisCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryEventListener

public RepositoryEventListener()
Method Detail

receiveCreate

public void receiveCreate(com.xebialabs.deployit.engine.spi.command.CreateCiCommand command)

receiveCreate

public void receiveCreate(com.xebialabs.deployit.engine.spi.command.CreateCisCommand command)

receiveUpdate

public void receiveUpdate(com.xebialabs.deployit.engine.spi.command.UpdateCiCommand command)

receiveUpdate

public void receiveUpdate(com.xebialabs.deployit.engine.spi.command.UpdateCisCommand command)

receiveDelete

public void receiveDelete(com.xebialabs.deployit.engine.spi.command.DeleteCiCommand command)

receiveDelete

public void receiveDelete(com.xebialabs.deployit.engine.spi.command.DeleteCisCommand command)