# Catch all the events in Ember.View

**URL:** https://discuss.emberjs.com/t/catch-all-the-events-in-ember-view/8422
**Category:** Uncategorized
**Created:** [July 21, 2015, 10:21am UTC](https://discuss.emberjs.com/t/catch-all-the-events-in-ember-view/8422 "2015-07-21T10:21:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rkssmohankumar](https://avatars.discourse-cdn.com/v4/letter/r/838e76/32.png) [@rkssmohankumar](https://discuss.emberjs.com/u/rkssmohankumar)
#### Post date: [July 21, 2015, 10:21am UTC](https://discuss.emberjs.com/t/catch-all-the-events-in-ember-view/8422/1 "2015-07-21T10:21:32Z")

</div>

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](http://emberjs.com/api/classes/Ember.View.html#toc_event-names). but, is it possible to catch ‘all the events’ of a View in a single function?
