An object that reacts to an event that it is 'listening' for.
I am trying to set my application timeout on Tomcat 7 app server.First I am testing with my timeout as …
java jsf listener session-timeoutI have a 3x3 GridLayout with buttons. These buttons have a onTileClicked() listener. Now I want to get the position …
java android layout listener grid-layoutI would like to have onZoomListener on my MapView. The code below is what I have done. It registers if …
android zoom listener android-mapview event-listenerIf I send a purchase intent via the standard String mySku = "android.test.purchased"; mHelper.launchPurchaseFlow(this, mySku, 10001, mPurchaseFinishedListener); I …
android listener in-app-billingJust out of curiosity, a few days ago we had a discussion about whether there is a way to connect …
oracle listener tnsI has the following GestureListener: public class BookListener extends SimpleOnGestureListener implements OnTouchListener { private LibraryActivity main; private Book book; private GestureDetector …
android listener gestureAs the title suggests, I am attempting to add an action listener to a basic shape on a window. I'm …
java swing listener mouselistenerTypically, in Java, when I've got an object who's providing some sort of notification to other objects, I'll employ the …
scala listener observer-patternI have read this helpful post : SharedPreferences.onSharedPreferenceChangeListener not being called consistently However I am having no luck. I am …
android service listener onchange preference