Interface IHyperlink2

  • All Superinterfaces:
    IHyperlink

    public interface IHyperlink2
    extends IHyperlink
    Optional extension to IHyperlink.

    Clients implementing IHyperlink may also implement this interface. When implemented, the method linkActivated(Event) is called instead of linkActivated().

    Since:
    3.2
    • Method Detail

      • linkActivated

        void linkActivated​(Event event)
        Notification that this link has been activated. Performs context specific linking.
        Parameters:
        event - the SWT event which triggered this hyperlink