Package org.smooks.api.resource.config
Interface ResourceConfigChangeListener
-
public interface ResourceConfigChangeListenerResourceConfigchange listener.- Author:
- tom.fennelly@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchanged(ResourceConfig resourceConfig)The supplied configuration has changed.
-
-
-
Method Detail
-
changed
void changed(ResourceConfig resourceConfig)
The supplied configuration has changed.- Parameters:
resourceConfig- The configuration.
-
-