public static interface SpreadSheetTable.ITableModifiedListener
Listener on table contents modified events.
Method Summary | |
---|---|
void |
modified(java.lang.String[][] content)
Called whenever the table content is modified. |
Method Detail |
---|
void modified(java.lang.String[][] content)
content
- of the table.