public interface IHyperlink2 extends IHyperlink
IHyperlink
.
Clients implementing IHyperlink
may also implement this interface.
When implemented, the method linkActivated(Event)
is called instead of
linkActivated()
.
Modifier and Type | Method and Description |
---|---|
void |
linkActivated(Event event)
Notification that this link has been activated.
|
linkActivated, linkEntered, linkExited
void linkActivated(Event event)
event
- the SWT event which triggered this hyperlink
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.