::com::sun::star::form::XImageProducerSupplier |
- Description
- supplies the caller with an ::com::sun::star::awt::XImageProducer .
Other components can register as ::com::sun::star::awt::XImageConsumer
at this producer. Then they will be notified of any change in the image to be displayed.
Whenever the ::com::sun::star::awt::UnoControlImageControlModel::ImageURL
property is changed, the model loads the specified image, and sets it as image source
at its ::com::sun::star::awt::XImageProducer . Then, all
::com::sun::star::awt::XImageConsumer s are notified and supplied with
the binary data of the image.
Usually, controls acting for an ImageButton model are consumers, and use the
data stream to display the image
|