public interface CellEditorListener
extends java.util.EventListener
| 限定符和类型 | 方法和说明 | 
|---|---|
| void | editingCanceled(CellEditorEvent evt)This tells the listeners the editor has canceled editing | 
| void | editingStopped(CellEditorEvent evt)This tells the listeners the editor has stopped editing | 
void editingStopped(CellEditorEvent evt)
void editingCanceled(CellEditorEvent evt)