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

Method Summary
 void mouseEntered(UIMouseEvent pMouseEvent)
          Invoked when the mouse enters a component.
 

Method Detail

mouseEntered

void mouseEntered(UIMouseEvent pMouseEvent)
Invoked when the mouse enters a component.

Parameters:
pMouseEvent - the mouse event.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.