MouseTrackAdapter.mouseHover

Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control. The default behavior is to do nothing.

@param e an event containing information about the hover

class MouseTrackAdapter
void
mouseHover
(
MouseEvent e
)

Meta