Package org.hobbit.core.components
Interface GeneratedDataReceivingComponent
-
- All Superinterfaces:
AutoCloseable,Closeable,Component
- All Known Implementing Classes:
AbstractSequencingTaskGenerator,AbstractSystemAdapter,AbstractTaskGenerator
public interface GeneratedDataReceivingComponent extends Component
This interface is implemented by components that want to receive data that is sent by a data generator component.- Author:
- Michael Röder (roeder@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceiveGeneratedData(byte[] data)This method is called if data is received from a data generator.
-