Interface CellEditorListener
- 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 SummaryModifier and TypeMethodDescriptionvoidThis tells the listeners the editor has canceled editingvoidThis tells the listeners the editor has ended editing
- 
Method Details- 
editingStoppedThis tells the listeners the editor has ended editing- Parameters:
- e- the- ChangeEventcontaining the source of the event
 
- 
editingCanceledThis tells the listeners the editor has canceled editing- Parameters:
- e- the- ChangeEventcontaining the source of the event
 
 
-