Package likelihoodDetectionModule
Class TreeTable.DoubleCellEditorListener
java.lang.Object
likelihoodDetectionModule.TreeTable.DoubleCellEditorListener
- All Implemented Interfaces:
EventListener
,CellEditorListener
- Enclosing class:
TreeTable
The listener interface for receiving doubleCellEditor events.
The class that is interested in processing a doubleCellEditor
event implements this interface, and the object created
with that class is registered with a component using the
component's
addDoubleCellEditorListener method. When
the doubleCellEditor event occurs, that object's appropriate
method is invoked.
-
Constructor Details 
-
Method Details 
-
editingStopped 
- Specified by:
editingStopped
in interface CellEditorListener
-
editingCanceled 
- Specified by:
editingCanceled
in interface CellEditorListener