event-emitter Module
Extends the Event-instance by adding the method Emitter
to it.
The Emitter-method
returns an object that should be merged into any Class-instance or object you
want to extend with the emit-methods, so the appropriate methods can be invoked on the instance.
Copyright (c) 2014 ITSA - https://github.com/itsa New BSD License - http://choosealicense.com/licenses/bsd-3-clause/
Should be called using the provided extend
-method like this:
Example:
var Event = require('event');<br>
This module provides the following classes: