public class HoverListenerAdapter extends java.lang.Object implements HoverListener
HoverListener
. All methods are
no-op and can be overridden individually.Constructor and Description |
---|
HoverListenerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onHoverBegin(Hoverable source)
Called when the mouse begins hovering a
Hoverable |
void |
onHoverEnd(Hoverable source)
Called when the mouse finishes hovering a
Hoverable |
public void onHoverBegin(Hoverable source)
HoverListener
Hoverable
onHoverBegin
in interface HoverListener
source
- The Hoverable
that the mouse began hoveringpublic void onHoverEnd(Hoverable source)
HoverListener
Hoverable
onHoverEnd
in interface HoverListener
source
- The Hoverable
that the mouse finished hovering