Class SofaSelectionListener

java.lang.Object
org.apache.uima.tools.cvd.control.SofaSelectionListener
All Implemented Interfaces:
ItemListener, EventListener

public class SofaSelectionListener extends Object implements ItemListener
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 Details

    • main

      private final MainFrame main
      The main.
  • Constructor Details

    • SofaSelectionListener

      public SofaSelectionListener(MainFrame frame)
      Instantiates a new sofa selection listener.
      Parameters:
      frame - the frame
  • Method Details