Top "Listener" questions

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

Android, How to set animation listener for view group?

I have an image view which acts as menu. When user click it a view group (including 5 other image view) …

android animation listener viewgroup
Timeout set in the web.xml is not working in java

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-timeout
Android GridLayout get row/column

I have a 3x3 GridLayout with buttons. These buttons have a onTileClicked() listener. Now I want to get the position …

java android layout listener grid-layout
How to implemennt OnZoomListener on MapView

I 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-listener
IabHelper PurchaseFinishedListener

If I send a purchase intent via the standard String mySku = "android.test.purchased"; mHelper.launchPurchaseFlow(this, mySku, 10001, mPurchaseFinishedListener); I …

android listener in-app-billing
Connect to Oracle database without using TNS Listener

Just out of curiosity, a few days ago we had a discussion about whether there is a way to connect …

oracle listener tns
Gesture Detector not working

I has the following GestureListener: public class BookListener extends SimpleOnGestureListener implements OnTouchListener { private LibraryActivity main; private Book book; private GestureDetector …

android listener gesture
Adding a mouse listener to a rectangle in java

As the title suggests, I am attempting to add an action listener to a basic shape on a window. I'm …

java swing listener mouselistener
Scala Listener/Observer

Typically, 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-pattern
Preference On Change Listener

I have read this helpful post : SharedPreferences.onSharedPreferenceChangeListener not being called consistently However I am having no luck. I am …

android service listener onchange preference