javax.rad.ui.event.type.mouse
Interface IMouseClickedListener
- All Known Subinterfaces:
- IMouseListener
public interface IMouseClickedListener
Platform and technology independent mouse clicked listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
- See Also:
MouseListener
|
Method Summary |
void |
mouseClicked(UIMouseEvent pMouseEvent)
Invoked when the mouse button has been clicked (pressed
and released) on a component. |
mouseClicked
void mouseClicked(UIMouseEvent pMouseEvent)
- Invoked when the mouse button has been clicked (pressed
and released) on a component.
- Parameters:
pMouseEvent - the mouse event.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.