DependencyAwareComponent
Contents
API Documentation: DependencyAwareComponent
A component with dependency buckets.
Properties
| Property | Description |
|---|---|
The dependencies of this component. |
Methods
| Method | Description |
|---|---|
|
Configure the dependencies of this component. |
|
Configure the dependencies of this component. |
Property Details
T dependencies (read-only)
The dependencies of this component.
Method Details
void dependencies(Action<? super T> action)
Configure the dependencies of this component.
void dependencies(Closure<Void> closure)
Configure the dependencies of this component.