| Interface | Description |
|---|---|
| Capsule |
A capsule represents something which is startable and stoppable.
|
| CapsuleContext |
Represents the tree structure which is formed by capsule scopes and their
contained capsules.
|
| CapsuleScope |
Represents a collection of capsules which shall all be stopped on the same
event.
|
| Class | Description |
|---|---|
| DefaultCapsuleScope |
A capsule scope implementation based on a
Iterable. |
| DynamicCapsuleContext | |
| DynamicVariable<T> |
`DynamicVariable` provides a binding mechanism where the current value is
found through dynamic scope, but where access to the variable itself is
resolved through static scope.
|