Interface com.sun.java.swing.event.CellEditorListener
- public interface CellEditorListener
- extends EventListener
CellEditorListener defines the interface for an object that listens
to changes in a CellEditor
Method Index
- editingCanceled(ChangeEvent)
- This tells the listeners the editor has canceled editing
- editingStopped(ChangeEvent)
- This tells the listeners the editor has ended editing
Methods
editingStopped
public abstract void editingStopped(ChangeEvent e)
- This tells the listeners the editor has ended editing
editingCanceled
public abstract void editingCanceled(ChangeEvent e)
- This tells the listeners the editor has canceled editing
