Top "Listeners" questions

An object that reacts to an event that it is 'listening' for.

Click event on jTable -Java

I have created a table in java in Netbeans and filled it with some data. Now I want to show …

java swing netbeans jtable listeners
Getting the state of JToggleButton

Say I have a JToggleButton but = new JToggleButton("OK") ; Now I need the state of but when it is clicked. …

java swing listeners jtogglebutton
Monitor Directory for Changes

Much like a similar SO question, I am trying to monitor a directory on a Linux box for the addition …

linux unix file-io listeners
adding 'click' event listeners in loop

Refactoring standard onClick within html tag to listeners ,faced problem with my code: var td; for (var t=1;t<8;…

javascript events loops click listeners
Java. Correct pattern for implementing listeners

Very typically I have a situation where a given object will need to have many listeners. For instance, I might …

java design-patterns listeners
Can't handle both click and touch events simultaneously

I am trying to handle touch events and click events on a button. I do the following: button.setOnClickListener(clickListener); …

android listeners ontouchlistener
Button Onclick Listener in included layouts

I come to you on bended knee, question in hand. I am relatively new to Android, so pardon any sacrilegious …

android layout include listeners buttonclick
What is the difference between listeners and adapters?

I'm trying to differentiate between listeners and adapters. Are they pretty much the same but in listeners you have to …

java swing awt adapter listeners
How to direct the EventLogTraceListener to create in a specific Log

The following listener will create an event entry when the Trace.WriteLine is called. If the source does not exist …

c# .net config event-log listeners
Starting multiple HTTP listeners on IIS using C#.NET 2.0

I have two windows services running on the same machine. Both the services uses private HttpListener listener; I specify the …

exception iis-6 listeners httplistener