Top "Event-listener" questions

An abstract object that is triggered when a particular event occurs in the application or system.

Handler on DOM elements in GWT

I want to add the handler on the buttonelement and i have implemented it as follow. Please help me in …

events gwt dom widget event-listener
Angularjs $broadcast once, $on twice

It sends $broadcast once from the rootScope, but the listener ($on) gets called twice. The listener is in a controller …

javascript angularjs angularjs-scope event-listener angular-broadcast
MouseOver/MouseOut EventListener inheriting to child nodes?

Edit: Solution Thanks to Gaby for the help in finding a solution! Didn't quite work exactly how I wanted it …

javascript inheritance nodes event-listener
Angular pass data from child to parent

I'm learning/working on Angular project, I've done a lot and I try to do the things "right way", so …

angular typescript output event-listener childviews
Unit Testing Event Listeners

I need to unit test the functionality of an event listener but I've never done it before and I can't …

java unit-testing event-listener
jquery Event Listener on DropDown Open

Having this simple dropdown menu: <select id="foo"> <option>bar</option> </select> …

javascript jquery event-listener
Do we need to unbind event listeners in directives when angular starts to destroy?

There is a heavy memory leak in my application but I haven't found out the causes, and here is the …

jquery angularjs memory-leaks event-listener
Detect mouseMove out event for HTML canvas element

mouseMove event is for moving on the canvas itself, but I can't detect when the mouse leaves the canvas. Is …

javascript html canvas dom-events event-listener
Symfony2 - Manipulate request/response from the Kernel Exception Listener

I am building an administration panel for a website and I would like to change the view called when a 404 …

exception symfony event-listener
Memory leakage in event listener

I have gone through the article http://android-developers.blogspot.com/2009/01/avoiding-memory-leaks.html. In this article it is suggested to use …

android memory-leaks static inner-classes event-listener