Interface ConfigurationListener
-
public interface ConfigurationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyFieldChangeUsingReflection(String name, Object value, Object component)
void
notifyFieldChangeUsingSetter(String name, Object value, Object component)
-