com.f1j.swing.engine.ss
Interface CancelEditListener


public interface CancelEditListener
extends java.util.EventListener

The listener interface for receiving CancelEditEvent objects.


Method Summary
 void cancelEdit(CancelEditEvent cancelEditEvent)
          This method is called in the listener to indicate that the user has canceled the editing of a cell.
 

Method Detail

cancelEdit

public void cancelEdit(CancelEditEvent cancelEditEvent)
This method is called in the listener to indicate that the user has canceled the editing of a cell.
Parameters:
cancelEditEvent - a CancelEditEvent object.