IHoverListener Interface
- public interface IHoverListener
A hover listener provides notification that the mouse has paused ("hovered") over a certain point in source view.
Hover listeners can be added to a source view by calling ISourceView.addHoverListener
.
public void |
-
hoverOccurred (HoverEvent hoverEvent)
- Called when the mouse has hovered over a particular offset within a source view.
|
hoverOccurred(HoverEvent) Method
public void hoverOccurred(HoverEvent
hoverEvent)
Called when the mouse has hovered over a particular offset within a source view.