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)
HoverListenerHoverableonHoverBegin in interface HoverListenersource - The Hoverable that the mouse began hoveringpublic void onHoverEnd(Hoverable source)
HoverListenerHoverableonHoverEnd in interface HoverListenersource - The Hoverable that the mouse finished hovering