e.g. ``` js var myObj = {}; Pablo.extend(myObj, Pablo.Events); myObj.on('foo', fn); myObj.trigger('foo'); ```