new EventChain()
A utility object allowing you to attach handlers to multiple events and detach them all at once.
NOTE: The constructor is not exposed. Use bitbucket/util/events.chain
or bitbucket/util/events.chainWith
to obtain an instance.
- Source: