javax.swing.event
Interface CellEditorListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
BasicTreeUI.CellEditorHandler, JTable, JTable.AccessibleJTable

public interface CellEditorListener
extends EventListener

Disabled: no SafeJ information.

CellEditorListener defines the interface for an object that listens to changes in a CellEditor


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

Method Detail

editingStopped

void editingStopped(ChangeEvent e)
Class is disabled.

This tells the listeners the editor has ended editing


editingCanceled

void editingCanceled(ChangeEvent e)
Class is disabled.

This tells the listeners the editor has canceled editing