All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.swing.CellEditorListener

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


Method Index

 o editingCanceled(ChangeEvent)
This tells the listeners the editor has cancelled editing
 o editingStopped(ChangeEvent)
This tells the listeners the editor has ended editing

Methods

 o editingStopped
 public abstract void editingStopped(ChangeEvent e)
This tells the listeners the editor has ended editing

 o editingCanceled
 public abstract void editingCanceled(ChangeEvent e)
This tells the listeners the editor has cancelled editing


All Packages  Class Hierarchy  This Package  Previous  Next  Index