Class TreeTable.DoubleCellEditorListener

java.lang.Object
likelihoodDetectionModule.TreeTable.DoubleCellEditorListener
All Implemented Interfaces:
EventListener, CellEditorListener
Enclosing class:
TreeTable

public class TreeTable.DoubleCellEditorListener extends Object implements CellEditorListener
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.