public interface IDataSetProducer
Modifier and Type | Method and Description |
---|---|
void |
produce()
Process this dataset source.
|
void |
setConsumer(IDataSetConsumer consumer) |
void setConsumer(IDataSetConsumer consumer) throws DataSetException
DataSetException
void produce() throws DataSetException
This method is synchronous: it will not return until processing has ended. If a client application wants to terminate parsing early, it should throw an exception from the listener.
DataSetException
Copyright © 2002–2017. All rights reserved.