Syntax
interface XMouseListener : com::sun::star::lang::XEventListener ;
Description
makes it possible to receive events from the mouse in a certain window.
Method Summary
|
mousePressed |
gets invoked when a mouse button has been pressed on a window.
|
|
mouseReleased |
gets invoked when a mouse button has been released on a window.
|
|
mouseEntered |
gets invoked when the mouse enters a window.
|
|
mouseExited |
gets invoked when the mouse exits a window.
|
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.