Interface | Description |
---|---|
ComponentContext<T extends Component<T>> |
This interface is the entry point to the Component implementation context.
|
DependencyContext |
Every DependencyManager Dependency implementations must implement this interface.
|
Class | Description |
---|---|
AbstractDependency<T extends Dependency> |
Abstract class for implementing Dependencies.
|
Event |
An event holds all data that belongs to some external event as it comes in via
the 'changed' callback of a dependency.
|
Enum | Description |
---|---|
EventType |
Types of dependency events
|