Jacson

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:

Author:
fsn

Method Summary
 void setDrain(JacsonChunkDrain drain)
          Where shall we send (accepted and/or modified) chunks)
 
Methods inherited from interface de.spieleck.app.jacson.JacsonChunkDrain
putChunk
 
Methods inherited from interface de.spieleck.app.jacson.JacsonStately
registerState
 
Methods inherited from interface de.spieleck.app.jacson.JacsonReporting
registerReport, summary
 
Methods inherited from interface de.spieleck.app.jacson.JacsonRegistrable
init
 

Method Detail

setDrain

public void setDrain(JacsonChunkDrain drain)
Where shall we send (accepted and/or modified) chunks)


Spieleck

Copyleft 2002 spieleck.de.