x6events
The javascript object x6events implements the classic
event listener and dispatcher pattern.
Objects can subscribe to events by name. Other
objects can notify the events object when an event
fires, and it will in turn notify all of the subscribers.
The u.events object and its methods expect other u
methods to be available, but do not have any other
dependencies.