TAMAYA-190: Simplified event component, updated docs.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/19238118 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/19238118 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/19238118 Branch: refs/heads/master Commit: 19238118c3734f36b24c9fdda59deab5c383ba8c Parents: 4a660b5 Author: anatole <[email protected]> Authored: Mon Nov 7 01:46:19 2016 +0100 Committer: anatole <[email protected]> Committed: Mon Nov 7 01:46:19 2016 +0100 ---------------------------------------------------------------------- src/site/asciidoc/extensions/mod_events.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/19238118/src/site/asciidoc/extensions/mod_events.adoc ---------------------------------------------------------------------- diff --git a/src/site/asciidoc/extensions/mod_events.adoc b/src/site/asciidoc/extensions/mod_events.adoc index e3a288c..7c2d8ef 100644 --- a/src/site/asciidoc/extensions/mod_events.adoc +++ b/src/site/asciidoc/extensions/mod_events.adoc @@ -290,3 +290,5 @@ public interface ConfigEventManagerSpi { Summarizing with the events module you can easily observe configuration changes, record the state of any configuration and compare configuration states to create and publish related change events. + +
