event-listener Module
Extends the Event-instance by adding the object Listener
to it.
The returned object should be merged into any Class-instance or object you want to
extend with the listener-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: