Package org.eclipse.ui.console
Interface IHyperlink2
-
- All Superinterfaces:
IHyperlink
public interface IHyperlink2 extends IHyperlink
Optional extension toIHyperlink
.Clients implementing
IHyperlink
may also implement this interface. When implemented, the methodlinkActivated(Event)
is called instead oflinkActivated()
.- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
linkActivated(Event event)
Notification that this link has been activated.-
Methods inherited from interface org.eclipse.ui.console.IHyperlink
linkActivated, linkEntered, linkExited
-
-
-
-
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
-
-