Class AnnotatorOpenEventHandler
- java.lang.Object
-
- org.apache.uima.tools.cvd.control.AnnotatorOpenEventHandler
-
- All Implemented Interfaces:
ActionListener
,EventListener
public class AnnotatorOpenEventHandler extends Object implements ActionListener
-
-
Constructor Summary
Constructors Constructor Description AnnotatorOpenEventHandler(MainFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent event)
-
-
-
Constructor Detail
-
AnnotatorOpenEventHandler
public AnnotatorOpenEventHandler(MainFrame frame)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed
in interfaceActionListener
- See Also:
ActionListener.actionPerformed(ActionEvent)
-
-