:: com :: sun :: star :: awt ::
|
interface XMouseListener |
- Base Hierarchy
::com::sun::star::uno::XInterface
|
+-::com::sun::star::lang::XEventListener
|
+-XMouseListener
|
- Description
- makes it possible to receive events from the mouse in a certain window.
|
Methods' 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.
|
Methods' Details |
mousePressed
- Description
- gets invoked when a mouse button has been pressed on a window.
|
|
mouseReleased
- Description
- gets invoked when a mouse button has been released on a window.
|
|
mouseEntered
- Description
- gets invoked when the mouse enters a window.
|
|
mouseExited
- Description
- 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.