JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.cell
Interface JCCellEditorListener

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
Controller, EditTraverseHandlerAbstract

public interface JCCellEditorListener
extends EventListener, Serializable

JCCellEditorListener is typically implemented by the container that owns a JCCellEditor. It is used by JCCellEditor to inform the container when editing has been stopped or cancelled.


Method Summary
 void editingCanceled(com.klg.jclass.cell.JCCellEditorEvent e)
          Tells the listeners that the editor has cancelled editing.
 void editingStopped(com.klg.jclass.cell.JCCellEditorEvent e)
          Tells the listeners that the editor has ended editing.
 

Method Detail

editingStopped

public void editingStopped(com.klg.jclass.cell.JCCellEditorEvent e)
Tells the listeners that the editor has ended editing.

Parameters:
e -

editingCanceled

public void editingCanceled(com.klg.jclass.cell.JCCellEditorEvent e)
Tells the listeners that the editor has cancelled editing.

Parameters:
e -

Copyright © 2004 Quest Software Inc..
All rights reserved.