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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Constructor Details
-
DoubleCellEditorListener
public DoubleCellEditorListener()
-
-
Method Details
-
editingStopped
- Specified by:
editingStopped
in interfaceCellEditorListener
-
editingCanceled
- Specified by:
editingCanceled
in interfaceCellEditorListener
-