lacam.interfaces
Interface Datatarget

All Superinterfaces:
Process
All Known Implementing Classes:
DefaultDatatarget

public interface Datatarget
extends Process

This interface must be imlemented if the class should be able to be added as a datatarget to the system.

Author:
Dimitrij Zub

Field Summary
 
Fields inherited from interface lacam.interfaces.Process
ANALYSIS, DATASOURCE, DATATARGET, MODELMANAGER, PARAMKEY_LANGUAGE_PACK, PARAMKEY_PLUGIN_NAME, POSTPROCESS, PREPROCESS, USERINTERFACE
 
Method Summary
 void putData(byte[] data)
          Puts the given data to its target
 
Methods inherited from interface lacam.interfaces.Process
init, reinit
 

Method Detail

putData

public void putData(byte[] data)
Puts the given data to its target