Packageorg.aswing.event
Interfacepublic interface CellEditorListener
ImplementorsJTable, JTree

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



Public Methods
 MethodDefined by
  
This tells the listeners the editor has canceled editing
CellEditorListener
  
This tells the listeners the editor has ended editing
CellEditorListener
Method detail
editingCanceled()method
public function editingCanceled(source:CellEditor):void

This tells the listeners the editor has canceled editing

Parameters
source:CellEditor
editingStopped()method 
public function editingStopped(source:CellEditor):void

This tells the listeners the editor has ended editing

Parameters
source:CellEditor