I\'m building and app with multiple JTables and I need to detect when cell value change occurs so I can update it in the database. I tried TableModelListe
JTables
TableModelListe
This is also handy if you want to stop the editing on an event handler from selection change or save button.
if (table.isEditing()) table.getCellEditor().stopCellEditing();