| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HoverListenerextends EventListenerCommandManager 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- aHoverEventspecifying the details.
public void hoverStarted(HoverEvent e)
Notification that the mouse has moved over a command.
- Parameters:
e- aHoverEventspecifying the details.