com.eliad.swing
Interface GridEditingListener


public interface GridEditingListener
extends java.util.EventListener

Interface implemented by a class interested in hearing about editing operations.

Version:
1.0 00/05/25
Author:
Patrick Mérissert-Coffinières, Stephan Szymkowicz

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

Method Detail

editingStarted

public void editingStarted(GridEditingEvent e)
This tells the listeners the editor has started editing

editingStopped

public void editingStopped(GridEditingEvent e)
This tells the listeners the editor has ended editing

editingCanceled

public void editingCanceled(GridEditingEvent e)
This tells the listeners the editor has canceled editing