kaos.kpat.applet
Class ClassBuilderUtils.RestrictionCellEditorListener

java.lang.Object
  extended by kaos.kpat.applet.ClassBuilderUtils.RestrictionCellEditorListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.CellEditorListener
Enclosing class:
ClassBuilderUtils

public static class ClassBuilderUtils.RestrictionCellEditorListener
extends java.lang.Object
implements javax.swing.event.CellEditorListener


Constructor Summary
ClassBuilderUtils.RestrictionCellEditorListener()
           
 
Method Summary
 void editingCanceled(javax.swing.event.ChangeEvent e)
          This tells the listeners the editor has canceled editing
 void editingStopped(javax.swing.event.ChangeEvent e)
          This tells the listeners the editor has ended editing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassBuilderUtils.RestrictionCellEditorListener

public ClassBuilderUtils.RestrictionCellEditorListener()
Method Detail

editingCanceled

public void editingCanceled(javax.swing.event.ChangeEvent e)
This tells the listeners the editor has canceled editing

Specified by:
editingCanceled in interface javax.swing.event.CellEditorListener

editingStopped

public void editingStopped(javax.swing.event.ChangeEvent e)
This tells the listeners the editor has ended editing

Specified by:
editingStopped in interface javax.swing.event.CellEditorListener