An object that reacts to an event that it is 'listening' for.
I want to listen for changes to data in a SQL Server database from C#. I was hoping that there …
c# sql-server listenerI'm having some trouble choosing between PayPal's Instant Payment Notification (IPN) and Payment Data Transfer (PDT). Basically, users buy a …
paypal listener paypal-ipn payment paypal-pdtI would like to ask about scroll listener. I want to add scroll listener on body but it seems doesnt …
javascript jquery scroll listener document-bodyI have an application using navigation drawer that provides list of locations. In the drawer, there are several options (like …
android listener navigation-drawerIn an Android app (or Java more generally if it's no different), what is the best way of calling a …
java android listenerI want to perform some functionality on resize event of form (or Scene or Stage whatever it is). But how …
java javafx properties javafx-8 listenerI am trying to import data to an Oracle database. I have ".imp" and ".dmp" files for importing data. The …
oracle connection listener tnsnamesI have a dropdown box in my GUI which shows the contents of an ArrayList in another class. New objects …
java swing arraylist listener observer-pattern