LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XSpinListener_idl__
20 #define __com_sun_star_awt_XSpinListener_idl__
28 module
com { module sun { module star { module awt {
makes it possible to receive spin events.
Definition: XSpinListener.idl:34
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
specifies a spin button event.
Definition: SpinEvent.idl:32
void last([in] com::sun::star::awt::SpinEvent rEvent)
is invoked when the spin field is set to the upper value.
void up([in] com::sun::star::awt::SpinEvent rEvent)
is invoked when the spin field is spun up.
Definition: Ambiguous.idl:22
void down([in] com::sun::star::awt::SpinEvent rEvent)
is invoked when the spin field is spun down.
void first([in] com::sun::star::awt::SpinEvent rEvent)
is invoked when the spin field is set to the lower value.