Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update components.rst (#177)
Note that events propagate to all nodes in the Component tree.
  • Loading branch information
ke4roh authored and prologic committed Aug 8, 2016
1 parent 566eab6 commit 4431be0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/man/components.rst
Expand Up @@ -35,6 +35,9 @@ detached by unregistering itself. See methods:
- :meth:`~BaseComponent.register`
- :meth:`~BaseComponent.unregister`

The hierarchy of components facilitates addition and removal of complex components at runtime.

All registered components in the hierarchy receive all applicable events regardless of lineage.

Component Registration
----------------------
Expand Down

0 comments on commit 4431be0

Please sign in to comment.