|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HoverListener
This interface provides notification of when the mouse have hovered over a Command.
Listeners need to register will the CommandManager
using
CommandManager.addHoverListener(org.pietschy.command.HoverListener)
to recieve events.
HoverEvent
,
CommandManager.addHoverListener(org.pietschy.command.HoverListener)
Method Summary | |
---|---|
void |
hoverEnded(HoverEvent e)
Notification that the mouse has moved off a command. |
void |
hoverStarted(HoverEvent e)
Notification that the mouse has moved over a command. |
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 |