22 module
com { module sun { module star { module awt {
makes it possible to receive spin events.
Definition XSpinListener.idl:28
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.
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.
base interface for all event listeners interfaces.
Definition generated_idl_chapter_refs.idl:2648
Definition Ambiguous.idl:20
specifies a spin button event.
Definition SpinEvent.idl:28