fr.inria.ketuk.scriptEventHandler
Class ScriptCellEditorHandler

java.lang.Object
  |
  +--fr.inria.ketuk.scriptEventHandler.ScriptCellEditorHandler
All Implemented Interfaces:
javax.swing.event.CellEditorListener, java.util.EventListener

public class ScriptCellEditorHandler
extends java.lang.Object
implements javax.swing.event.CellEditorListener

A listener class which handle ancestor events

Author:
Claude Pasquier

Constructor Summary
ScriptCellEditorHandler()
           
 
Method Summary
 void editingCanceled(javax.swing.event.ChangeEvent event)
           
 void editingStopped(javax.swing.event.ChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptCellEditorHandler

public ScriptCellEditorHandler()
Method Detail

editingCanceled

public void editingCanceled(javax.swing.event.ChangeEvent event)
Specified by:
editingCanceled in interface javax.swing.event.CellEditorListener

editingStopped

public void editingStopped(javax.swing.event.ChangeEvent event)
Specified by:
editingStopped in interface javax.swing.event.CellEditorListener