Skip to content
Commit 18b0876a authored by Carl Harris's avatar Carl Harris
Browse files

added component lifecycle management to Context/ContextBase

Context now provides a method that is used to register a component
whose life cycle is to be managed by the context.  The implementation
in ContextBase simply manages a collection of LifeCycle components,
starting the component (if necessary) before it is added to the collection,
and stopping each registered component whenever the context is reset.
parent 720638d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment