|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HoverListener
This interface provides notification when the mouse has hovered over a Command generate button.
Listeners need to register interest using HoverManager.addHoverListener(com.pietschy.command.HoverListener).
HoverManager.addHoverListener(com.pietschy.command.HoverListener)| Method Summary | |
|---|---|
void |
hoverEnded(HoverEvent e)
Notification that the mouse has moved off a command component. |
void |
hoverStarted(HoverEvent e)
Notification that the mouse has moved over a command component. |
| Method Detail |
|---|
void hoverStarted(HoverEvent e)
e - a HoverEvent specifying the details.void hoverEnded(HoverEvent e)
e - a HoverEvent specifying the details.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||