net.infonode.gui.hover

Class CompoundHoverListener

public class CompoundHoverListener extends Object implements HoverListener

CompoundHoverListener takes the two given hover listeners and calls the first hover listener and then the second when the mouse is hovering. When the mouse is no longer hovering, the second listener is called and then the first listener is called.

Version: $Revision: 1.3 $

Author: $Author: jesper $

Constructor Summary
CompoundHoverListener(HoverListener firstListener, HoverListener secondListener)
Creates a CompoundHoverListener
Method Summary
HoverListenergetFirstListener()
Gets the first hover listener
HoverListenergetSecondListener()
Gets the second hover listener
voidmouseEntered(HoverEvent event)
voidmouseExited(HoverEvent event)

Constructor Detail

CompoundHoverListener

public CompoundHoverListener(HoverListener firstListener, HoverListener secondListener)
Creates a CompoundHoverListener

Parameters: firstListener the first hover listener secondListener the second hover listener

Method Detail

getFirstListener

public HoverListener getFirstListener()
Gets the first hover listener

Returns: the hover listener

getSecondListener

public HoverListener getSecondListener()
Gets the second hover listener

Returns: the hover listener

mouseEntered

public void mouseEntered(HoverEvent event)

mouseExited

public void mouseExited(HoverEvent event)