- All Known Implementing Classes:
- StaticCondition
public interface ExternalCondition
In many occasions one component wants to disable some other component or some functionalty of another component
but it's not advisable to couple these components too tightly. This class offers an abstraction to the concept of "Condition",
where a component can parameterize it's behavior according to some external condition, which can be driven by another component.
- Author:
- marko