- All Superinterfaces:
EventListener
- All Known Implementing Classes:
BasicTreeUI.CellEditorHandler
,JTable
,JTable.AccessibleJTable
CellEditorListener defines the interface for an object that listens
to changes in a CellEditor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This tells the listeners the editor has canceled editingvoid
This tells the listeners the editor has ended editing
-
Method Details
-
editingStopped
This tells the listeners the editor has ended editing- Parameters:
e
- theChangeEvent
containing the source of the event
-
editingCanceled
This tells the listeners the editor has canceled editing- Parameters:
e
- theChangeEvent
containing the source of the event
-