Class HyperlinkAdapter

java.lang.Object
org.eclipse.ui.forms.events.HyperlinkAdapter
All Implemented Interfaces:
IHyperlinkListener

public class HyperlinkAdapter extends Object implements IHyperlinkListener
This adapter class provides default implementations for the methods described by the HyperlinkListener interface.

Classes that wish to deal with HyperlinkEvent s can extend this class and override only the methods which they are interested in.

Since:
3.0
See Also:
  • Constructor Details

    • HyperlinkAdapter

      public HyperlinkAdapter()
  • Method Details