Catch all the events in Ember.View

In Ember view, i can listen to ‘click’ by Ember.View.extend({click:function() {/*...code...*/}}). similary i can listen for all the events in Ember - 4.6 - Ember API Documentation. but, is it possible to catch ‘all the events’ of a View in a single function?