| Constructor and Description |
|---|
LifeCycleManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
register(LifeCycle component)
Registers a component with this manager.
|
void |
reset()
Resets this manager.
|
public void register(LifeCycle component)
component - the component whose life cycle is to be managedpublic void reset()
All registered components are stopped and removed from the manager.
Copyright © 2005–2021 QOS.ch. All rights reserved.