interface org.aswing.event.CellEditorListener

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

@author paling

Instance Fields

function editingCanceled(source:CellEditor): Void

This tells the listeners the editor has canceled editing

function editingStopped(source:CellEditor): Void

This tells the listeners the editor has ended editing