Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

interface XMouseMotionListener
Base Interfaces
XMouseMotionListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
makes it possible to receive mouse motion events on a window.

Methods' Summary
mouseDragged is invoked when a mouse button is pressed on a window and then dragged.  
mouseMoved is invoked when the mouse button has been moved on a window (with no buttons down).  
Methods' Details
mouseDragged
void
mouseDragged( [in] MouseEvent  e );

Description
is invoked when a mouse button is pressed on a window and then dragged.

Mouse drag events will continue to be delivered to the window where the first event originated until the mouse button is released (regardless of whether the mouse position is within the bounds of the window).

mouseMoved
void
mouseMoved( [in] MouseEvent  e );

Description
is invoked when the mouse button has been moved on a window (with no buttons down).
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.