Introduction - If you have any usage issues, please Google them yourself
> Influenced
by JSFTemplating
> Publish/Subscribe event bus for things that happen
during the JSF Lifecycle, not application specific
> Inspired by Solaris Dtrace, Linux strace, truss, etc.
> Listeners can be registered at three scopes
● component UIComponent.subscribeToEvent()
● view UIViewRoot.subscribeToEvent()
● application Application.subscribeToEvent()
> Publish
is always with Application.publishEvent()