FileDocCategorySizeDatePackage
CellEditorListener.javaAPI DocJava SE 5 API747Fri Aug 26 14:58:00 BST 2005javax.swing.event

CellEditorListener

public interface CellEditorListener implements EventListener
CellEditorListener defines the interface for an object that listens to changes in a CellEditor
version
1.13 12/19/03
author
Alan Chung

Fields Summary
Constructors Summary
Methods Summary
public voideditingCanceled(javax.swing.event.ChangeEvent e)
This tells the listeners the editor has canceled editing

public voideditingStopped(javax.swing.event.ChangeEvent e)
This tells the listeners the editor has ended editing