net.infonode.gui.hover

Interface HoverListener

public interface HoverListener

HoverListener interface for receiving events when a hoverable component is hovered by the mouse.

Version: $Revision: 1.9 $

Author: $Author: jesper $

Method Summary
voidmouseEntered(HoverEvent event)
Called when the mouse enters the hoverable component
voidmouseExited(HoverEvent event)
Called when the mouse exits the hoverable component

Method Detail

mouseEntered

public void mouseEntered(HoverEvent event)
Called when the mouse enters the hoverable component

Parameters: event the hover event

mouseExited

public void mouseExited(HoverEvent event)
Called when the mouse exits the hoverable component

Parameters: event the hover event