org.riotfamily.common.xml
Class BeanConfigurationWatcher

java.lang.Object
  extended by org.riotfamily.common.xml.BeanConfigurationWatcher

public class BeanConfigurationWatcher
extends Object


Constructor Summary
BeanConfigurationWatcher(ConfigurableBean bean)
           
 
Method Summary
 void addListener(ConfigurationEventListener listener)
           
 void checkForModifications()
           
 void setFiles(List<File> files)
           
 void setResources(List<Resource> resources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanConfigurationWatcher

public BeanConfigurationWatcher(ConfigurableBean bean)
Method Detail

setFiles

public void setFiles(List<File> files)

setResources

public void setResources(List<Resource> resources)

addListener

public void addListener(ConfigurationEventListener listener)

checkForModifications

public void checkForModifications()