Class IndexPopupListener

java.lang.Object
java.awt.event.MouseAdapter
org.apache.uima.tools.cvd.control.IndexPopupListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class IndexPopupListener extends MouseAdapter
The listener interface for receiving indexPopup events. The class that is interested in processing a indexPopup event implements this interface, and the object created with that class is registered with a component using the component's addIndexPopupListener method. When the indexPopup event occurs, that object's appropriate method is invoked. // * @see IndexPopupEvent