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