|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataSetProducer
Interface for reading a dataset using callback.
| Method Summary | |
|---|---|
void |
produce()
Process this dataset source. |
void |
setConsumer(IDataSetConsumer consumer)
|
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||