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