Question
Where can I intercept a Configuration Table item change?
I'm interested to intercept when a Configuration Table parameter has changed in my Java extension.
Is the initializeThing the best place to intercept this or is there another method I can hook on?

