Class TfDocumentListener
java.lang.Object
org.apache.uima.tools.docanalyzer.TfDocumentListener
- All Implemented Interfaces:
EventListener
,DocumentListener
* This class tells the Mediator to check the length of the 3 text fields and adjust whether the 3
buttons are enabeld or not.
// * @see TfDocumentEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new tf document listener. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Field Details
-
med
The med.
-
-
Constructor Details
-
TfDocumentListener
Instantiates a new tf document listener.- Parameters:
med
- the med
-
-
Method Details
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-