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