javax.swing.event
Interface CellEditorListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
javax.swing.JTable.AccessibleJTable, JTable

public interface CellEditorListener
extends EventListener

Unsafe:


Method Summary
 void editingCanceled(ChangeEvent e)
          Enabled: This tells the listeners the editor has canceled editing
 void editingStopped(ChangeEvent e)
          Enabled: This tells the listeners the editor has ended editing
 

Method Detail

editingStopped

public void editingStopped(ChangeEvent e)
Enabled: This tells the listeners the editor has ended editing


editingCanceled

public void editingCanceled(ChangeEvent e)
Enabled: This tells the listeners the editor has canceled editing



comments?