org.apache.servicemix.jbi.event
Interface DeploymentListener
- All Superinterfaces:
- EventListener, ServiceMixListener
- All Known Implementing Classes:
- DeploymentAdapter
public interface DeploymentListener
- extends ServiceMixListener
fileAdded
boolean fileAdded(DeploymentEvent event)
throws IOException
- Throws:
IOException
fileChanged
boolean fileChanged(DeploymentEvent event)
throws IOException
- Throws:
IOException
fileRemoved
boolean fileRemoved(DeploymentEvent event)
throws IOException
- Throws:
IOException
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.