Question
Handling change in ConfigurationTable
When building Java Extension in Eclipse...
How do you handle change in ConfigurationTable? Is there some kind of callback or event? I need to remake some internal values in case something changes in ConfigurationTable?
Or maybe new instance is made after change and I dont need to worry?
Thanks JG.

