Package org.apache.uima.tools.cvd
Class AnnotationDisplayCustomizationFrame.TypeTreeSelectionListener
java.lang.Object
org.apache.uima.tools.cvd.AnnotationDisplayCustomizationFrame.TypeTreeSelectionListener
- All Implemented Interfaces:
EventListener
,TreeSelectionListener
- Enclosing class:
AnnotationDisplayCustomizationFrame
private class AnnotationDisplayCustomizationFrame.TypeTreeSelectionListener
extends Object
implements TreeSelectionListener
The listener interface for receiving typeTreeSelection events. The class that is interested in
processing a typeTreeSelection event implements this interface, and the object created with
that class is registered with a component using the component's
addTypeTreeSelectionListener
method. When the typeTreeSelection event occurs, that
object's appropriate method is invoked.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeTreeSelectionListener
private TypeTreeSelectionListener()
-
-
Method Details
-
valueChanged
Value changed.- Specified by:
valueChanged
in interfaceTreeSelectionListener
- Parameters:
event
- the event- See Also:
-