Event.on('change', function(val){ console.log('change... now val is ' + val); }); Event.fire('change', '饥人谷'); Event.off('change');