public interface

CellEditorListener

implements EventListener
javax.swing.event.CellEditorListener
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract void editingCanceled(ChangeEvent e)
This tells the listeners the editor has canceled editing
abstract void editingStopped(ChangeEvent e)
This tells the listeners the editor has ended editing

Public Methods

public abstract void editingCanceled (ChangeEvent e)

This tells the listeners the editor has canceled editing

public abstract void editingStopped (ChangeEvent e)

This tells the listeners the editor has ended editing