org.apache.servicemix.jbi.event
Class DeploymentAdapter

java.lang.Object
  extended by org.apache.servicemix.jbi.event.DeploymentAdapter
All Implemented Interfaces:
EventListener, DeploymentListener, ServiceMixListener

public class DeploymentAdapter
extends Object
implements DeploymentListener


Constructor Summary
DeploymentAdapter()
           
 
Method Summary
 boolean fileAdded(DeploymentEvent event)
           
 boolean fileChanged(DeploymentEvent event)
           
 boolean fileRemoved(DeploymentEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentAdapter

public DeploymentAdapter()
Method Detail

fileAdded

public boolean fileAdded(DeploymentEvent event)
                  throws IOException
Specified by:
fileAdded in interface DeploymentListener
Throws:
IOException

fileChanged

public boolean fileChanged(DeploymentEvent event)
                    throws IOException
Specified by:
fileChanged in interface DeploymentListener
Throws:
IOException

fileRemoved

public boolean fileRemoved(DeploymentEvent event)
                    throws IOException
Specified by:
fileRemoved in interface DeploymentListener
Throws:
IOException


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.