interface XSpinListener in module com::sun::star::awt:: |
interface XSpinListener : com::sun::star::lang::XEventListener ;
makes it possible to receive spin events from a component.
Method Summary |
|
up | is called when the spin field is spun up. |
down | is called when the spin field is spun down. |
first | is called when the spin field is set to the lower value. |
last | is called when the spin field is set to the upper value. |
Method Details |
|||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.