de.spieleck.app.jacson
Interface JacsonFilter
- All Superinterfaces:
- JacsonChunkDrain, JacsonRegistrable, JacsonReporting, JacsonStately
- All Known Implementing Classes:
- FilterBase, SelectionFilterFilter
- public interface JacsonFilter
- extends JacsonChunkDrain, JacsonRegistrable
A JacsonFilter is a ChunkSource, that processes chunks from
a preceeding source.
Note: This can be done for several different purposes:
- Throw away certain chunks from the source.
- Modify chunks given by the source.
- Invent entirely new chunks.
- Author:
- fsn
setDrain
public void setDrain(JacsonChunkDrain drain)
- Where shall we send (accepted and/or modified) chunks)
Copyleft 2002 spieleck.de.