Searched refs:consumer (Results 1 – 8 of 8) sorted by relevance
47 /** registers an image consumer with the image producer for accessing51 image data to the consumer using the <type>XImageConsumer</type>63 <p>It is not considered an error to remove a consumer that is not65 to this consumer as soon as it is feasible.</p>71 /** registers the given image consumer as a consumer 74 <p>The image data will then be delivered to this consumer and any other75 consumer which may have already been registered with the producer.
40 <p>An image consumer is a component which wants to display or just49 /** initializes the consumer with image dimensions.115 image has occurred. The image consumer should remove itself from the
98 TestImageConsumer consumer = null ; field in _XImageProducer104 consumer = new TestImageConsumer(log) ; in before()114 oObj.addConsumer(consumer) ; in _addConsumer()131 oObj.removeConsumer(consumer) ; in _removeConsumer()156 tRes.tested("startProduction()", consumer.initCalled) ; in _startProduction()
88 XListEntrySink consumer = (XListEntrySink)UnoRuntime.queryInterface( in prepareDocument() local90 consumer.setListEntrySource( entrySource ); in prepareDocument()
48 should leave this member defaulted, and a consumer of such a structure
43 /** Called by a data consumer to obtain a system specific data object from the
57 /** Called by a data consumer to obtain data from the source in a specified
85 a new data stream, which is displayed by the control (which is a consumer for this stream).<br/>
Completed in 22 milliseconds