An object that reacts to an event that it is 'listening' for.
I have a fragment which consists of a spinner and a button. You select one of four options with the …
android interface event-handling listener android-spinnerHow can I handle the event of pressing back key while typing on an EditText? When the virtual keyboard is …
android listener android-edittextHow do i use the OnCompletion listener for some music? I would like to press a button to go to …
android media-player listenerI'm new to Spring Security. How do I add an event listener which will be called as a user logs …
login spring-security listenerI am trying to make listener interface between two activities Act1 and Act2. Act1 will start Act2. If there is …
java android interface android-activity listenerI have an EditText. I want that after typing some text, when user presses the Done key of the softkeyboard, …
android key listener android-softkeyboardI'm wondering is it possible for force a javascript event listener to, without the condition being true force it to …
javascript listener addeventlistenerI have an ArrayList which I add some Objects to it dynamically, and I have a JButton. The ArrayList is …
java arraylist listenerI'm building and app with multiple JTables and I need to detect when cell value change occurs so I can …
java swing jtable listener tablemodel