public interface Recomposable extends Composable
Modifier and Type | Method and Description |
---|---|
void |
recompose(ComponentManager componentManager)
Deprecated.
Repass the
ComponentManager to the composer . |
compose
void recompose(ComponentManager componentManager) throws ComponentException
ComponentManager
to the composer
.
The Composable
implementation should use the specified
ComponentManager
to acquire the components it needs for
execution. It should also drop references to any components it
retrieved from old ComponentManager.componentManager
- The ComponentManager
which this
Composable
uses.ComponentException
- if an error occurs