Skip to content

Commit

Permalink
Event is a supported library now. Add it to the documentation in all …
Browse files Browse the repository at this point in the history
…the correct places
  • Loading branch information
Whiteknight committed Apr 5, 2011
1 parent f9934a2 commit 016e62c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/rosella.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
<a href="/Rosella/libraries/core.html">Core</a> &ndash;
<a href="/Rosella/libraries/action.html">Action</a> &ndash;
<a href="/Rosella/libraries/container.html">Container</a> &ndash;
<a href="/Rosella/libraries/proxy.html">Proxy</a>
<a href="/Rosella/libraries/proxy.html">Proxy</a> &ndash;
<a href="/Rosella/libraries/event.html">Event</a>

<br/>
Infrastructure:
Expand Down
8 changes: 8 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ modules in a program. The Container utilizes the Action library
to setup constructor injection and method injection behaviors
on registered types.

#### [Event](/Rosella/libraries/event.html)

The Event library provides a subscribe/publish system to aide in aggressive
application decoupling. Event publishers can be unaware of the details of
event subscribers, and vice-versa. Applications become easier to maintain
because important communication pathways do not need to have hard-coded
senders and receivers.

#### [Test](/Rosella/libraries/test.html)

Inspired by testing libraries such as xUnit and Test::More,
Expand Down

0 comments on commit 016e62c

Please sign in to comment.