Interface ICompoundReceiver
-
- All Known Implementing Classes:
AbstractResolvableModel,Script,Template
public interface ICompoundReceiverThe interface for a compound receiver.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCompound(Compound compound)Adds a compound.
-
-
-
Method Detail
-
addCompound
void addCompound(Compound compound)
Adds a compound.- Parameters:
compound- the compound to be added
-
-