:: com :: sun :: star :: sheet ::
|
interface XEnhancedMouseClickBroadcaster |
|
- Description
- provides methods to add and remove EnhancedMouseClickHandler
|
Methods' Summary |
addEnhancedMouseClickHandler |
allows a component supporting the
::XEnhancedMouseClickHandler interface to
register as listener. The component will be notified with a
::EnhancedMouseEvent every time the mouse is clicked
in the spreadsheet
|
removeEnhancedMouseClickHandler |
removes a previously registered listener.
|
Methods' Details |
addEnhancedMouseClickHandler
- Description
- allows a component supporting the
::XEnhancedMouseClickHandler interface to
register as listener. The component will be notified with a
::EnhancedMouseEvent every time the mouse is clicked
in the spreadsheet
- Parameter aListener
- the component that is to be added as listener
- See also
- EnhancedMouseEvent
The interfaces in the EnhancedMouseEvent can be XCell or XShape
|
|
removeEnhancedMouseClickHandler
- Description
- removes a previously registered listener.
- Parameter aListener
- the component that is to be removed
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.