javax.rad.ui.event.type.mouse
Interface IMouseReleasedListener

All Known Subinterfaces:
IMouseListener

public interface IMouseReleasedListener

Platform and technology independent mouse released listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .

See Also:
MouseListener

Method Summary
 void mouseReleased(UIMouseEvent pMouseEvent)
          Invoked when a mouse button has been released on a component.
 

Method Detail

mouseReleased

void mouseReleased(UIMouseEvent pMouseEvent)
Invoked when a mouse button has been released on a component.

Parameters:
pMouseEvent - the mouse event.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.