Class SofaSelectionListener
java.lang.Object
org.apache.uima.tools.cvd.control.SofaSelectionListener
- All Implemented Interfaces:
ItemListener
,EventListener
The listener interface for receiving sofaSelection events. The class that is interested in
processing a sofaSelection event implements this interface, and the object created with that
class is registered with a component using the component's
addSofaSelectionListener
method. When the sofaSelection event occurs, that object's appropriate method is invoked.
// * @see SofaSelectionEvent-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSofaSelectionListener
(MainFrame frame) Instantiates a new sofa selection listener. -
Method Summary
-
Field Details
-
main
The main.
-
-
Constructor Details
-
SofaSelectionListener
Instantiates a new sofa selection listener.- Parameters:
frame
- the frame
-
-
Method Details
-
itemStateChanged
- Specified by:
itemStateChanged
in interfaceItemListener
-