|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.model.consumer.AbstractConsumer<E>
public abstract class AbstractConsumer<E>
Abstract implementation of the Consumer interface.
Custom implementations should rather inherit from this class
than implement the Consumer interface directly.
This increases the chance to keep custom consumers compatible
with future versions.
Created: 25.01.2008 22:37:42
| Constructor Summary | |
|---|---|
AbstractConsumer()
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
finishConsuming(E object)
|
void |
flush()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.databene.model.consumer.Consumer |
|---|
startConsuming |
| Constructor Detail |
|---|
public AbstractConsumer()
| Method Detail |
|---|
public void finishConsuming(E object)
finishConsuming in interface Consumer<E>public void flush()
flush in interface Consumer<E>public void close()
close in interface java.io.Closeableclose in interface Consumer<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||