IHoverListener Interface

com.bea.ide.sourceeditor.ui
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.

Method Summary

public void
hoverOccurred(HoverEvent hoverEvent)
Called when the mouse has hovered over a particular offset within a source view.

Method Detail

hoverOccurred(HoverEvent) Method

public void hoverOccurred(HoverEvent hoverEvent)
Called when the mouse has hovered over a particular offset within a source view.