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

Method Summary
 void mouseExited(UIMouseEvent pMouseEvent)
          Invoked when the mouse exits a component.
 

Method Detail

mouseExited

void mouseExited(UIMouseEvent pMouseEvent)
Invoked when the mouse exits a component.

Parameters:
pMouseEvent - the mouse event.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.