Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HoverListener
extends EventListener
CommandManager
using
CommandManager.addHoverListener(HoverListener)
to recieve events.
Method Summary | |
void |
|
void |
|
public void hoverEnded(HoverEvent e)
Notification that the mouse has moved off a command.
- Parameters:
e
- aHoverEvent
specifying the details.
public void hoverStarted(HoverEvent e)
Notification that the mouse has moved over a command.
- Parameters:
e
- aHoverEvent
specifying the details.