Table cell value change listener

Hey guys

Currently I’m pretty much stuck. I have an editable table that is linked to a sql container. I need to run a method as soon as one of the table fields are edited. The method that needs to be run is in the same class that the table object is created in. Is there a way to detect when the sql container’s isModified state changes? I’ve tried adding ValueChangeEventListeners to the generated fields themselves, but I have trouble referencing the method that needs to be run. Any tips or help would be appreciated.

Sincerely
Johan

PS: I’ve thought about adding a customised listener to and extention of the table class, but is that even possible?