Interface TagEditorModel.EndEditListener
-
- All Known Implementing Classes:
TagTable
- Enclosing class:
- TagEditorModel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface TagEditorModel.EndEditListener
A listener that is called whenever the cells may be updated from outside the editor and the editor should thus be committed.- Since:
- 10604
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
endCellEditing()
Requests to end the editing of any cells on this model
-
-
-
Method Detail
-
endCellEditing
void endCellEditing()
Requests to end the editing of any cells on this model
-
-