addPropertyChangeListener methods should be available via Reloadable interface as well.
Closed this issue · 2 comments
moonrumble commented
addPropertyChangeListener method should be available via Reloadable interface as well. During the reload, PropertyChangeListener is being fired as well.
lviggiano commented
Not everything that is Reloadable is also programmatically changeable.
I don't think these two concept should be joined.
moonrumble commented
I agree, but everytime reload happens there is a probablity of change. If I have a config which I want to reload automatically every 5 minutes, It is good to listen to a particular property change due to reload event.