:: com :: sun :: star :: awt ::
|
interface XMouseClickHandler |
- Base Interfaces
XMouseClickHandler
┗ ::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 events from the mouse in a certain window.
- Since
- OpenOffice 1.1.2
|
Methods' Summary |
mousePressed |
is invoked when a mouse button has been pressed on a window.
|
mouseReleased |
is invoked when a mouse button has been released on a window.
|
Methods' Details |
mousePressed
- Description
- is invoked when a mouse button has been pressed on a window.
|
|
mouseReleased
- Description
- is invoked when a mouse button has been released on a window.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.