javax.rad.ui.event.type.mouse
Interface IMouseEnteredListener
- All Known Subinterfaces:
- IMouseListener
public interface IMouseEnteredListener
Platform and technology independent mouse entered listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
- See Also:
MouseListener
mouseEntered
void mouseEntered(UIMouseEvent pMouseEvent)
throws Throwable
- Invoked when the mouse enters a component.
- Parameters:
pMouseEvent - the mouse event.
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.