Package org.eclipse.ui.console
Interface IHyperlink2
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptionvoid
linkActivated
(Event event) Notification that this link has been activated.Methods inherited from interface org.eclipse.ui.console.IHyperlink
linkActivated, linkEntered, linkExited