Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
865 views

Suitable collection class for event listeners in Java

Related: http://stackoverflow.com/questions/1391918/does-java-have-a-linkedconcurrenthashmap-data-structure I am looking for a collection class to hold references to event listeners. Ideally I ...
5
votes
1answer
414 views

Memory leakage in event listener

I have gone through the article http://developer.android.com/resources/articles/avoiding-memory-leaks.html . In this article it is suggested to use static inner class with Weak Reference . Many inner ...
3
votes
4answers
102 views

How to detect Link clicks (text, images, etc) with Javascript?

I'm trying to write a Cross-Browser script that detects when a link is clicked on a page (text link, image, or othwerwise) so that I can show a message or ad (like an interstitial) and then direct the ...
3
votes
3answers
80 views

event listener for flex/air action script errors

I'm trying to add an event listener to my air application that would prevent the "ActionScript error" window from appearing, so I can handle the error within my application. I was able to find a ...
3
votes
4answers
120 views

Is it possible to create my own event listener list in Java containing multiple listener types?

I'm implementing a client-server system where the client is in a continuous blocking read loop listening for messages from the server. When a message is received I'd like to raise an "event" based on ...
3
votes
2answers
89 views

View all open events on html node - Javascript

I still consider myself a novice with javascript...so be gentle :) Is there a way to view all open events listeners on a page and perhaps to see any inifinte loops that may be running? What is ...
3
votes
1answer
458 views

EventListenerList firing order

In a Swing application, I have a number of sub-panels, each listening to a single JSlider. The surrounding parent panel also listens to all the sub-panels. To get consistent results in the example ...
3
votes
3answers
380 views

NHibernate EventListeners - getting the value of a property of the entity being saved

I'm implementing a custom EventListener to save auditing information in NHibernate. I'm currently extending DefaultSaveOrUpdateEventListener, overriding PerformSaveOrUpdate, going through the ...
3
votes
3answers
582 views

Why is EventListenerList traversed backwards in fireFooXXX()?

I don't understand the rationale of this code, taken from javax.swing.event.EventListenerList docs: protected void fireFooXXX() { // Guaranteed to return a non-null array Object[] listeners = ...
3
votes
1answer
581 views

Adobe AIR - What is the proper method for using an EventListener on a newly created window?

I'm very new to AIR development, and have just started seriously building my first simply application. I'd like to open a new window to prompt the user for desired settings upon first run. In ...
2
votes
2answers
126 views

Detect mouseMove out event for HTML canvas element

mouseMove event is for moving on the canvas itself, but I can't detect when the mouse leaves the canvas. Is there an option to detect when the mouse is moving out of the canvas?
2
votes
2answers
83 views

Javascript: problem with “this”-keyword with event listeners

I have a problem with eventlisteners in javascript that is probably due to my incomplete control of the language. I wish to register event listeners using addEventListener() / attachEvent(); I also ...
2
votes
2answers
123 views

jFormattedTextField's Formatter.setCommitsOnValidEdit(true) doesn't work at first focus

I have a jFormattedTextField and I set setCommitsOnValidEdit to true then I added an event listener to "property change" on "value" property. At first focus of that jFormattedTextField it doesn't ...
2
votes
3answers
122 views

Is an EventListener an Observable?

I am currently following a class about Design Patterns and was wondering whether an EventListener is an Observable? I don't really see a difference between them because both have a list of subscribers ...
2
votes
1answer
147 views

Emulate AFTER UPDATE … FROM DELETED Trigger with NHibernate Event Listener

Using an NHibernate Event Listener, how do I access the previous entity state when an update occurs, so I can insert the replaced entity into my revisions table? In SQL Server, I use the following ...
2
votes
7answers
2k views

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 zoom buttons are tapped. Since all new phones now supports pinch to zoom, this is useless. Does ...
2
votes
3answers
1k views

PHP Event-Listener best-practice implementation

I am trying to create a CMS-like system in PHP. making it as modular and extendable as possible. Could someone offer me the best-practice scenario of creating a event-listener system in PHP (a very ...
2
votes
2answers
161 views

Flash, ActionScript 3: how do you give a the EventListener a function With parameters?

I am trying to to attach a function with parameters to the timer but it says "unrelated type function" is there any way to get around this?? code example: var redoTimer:Timer = new Timer(50); ...
2
votes
2answers
381 views

Flash AS3 button eventlistener array bug

this is my first time posting a question here. I have an array of 12 buttons on a timeline that when first visiting that part of the timeline, get a CLICK eventlistener added to them using a for ...
2
votes
1answer
115 views

Problems with NHibernate DefaultUpdateEventListener and events

I have a problem with the DefaultUpdateEventListener in NHibernate. I will update 2 objects and then i commit the session. The first object didn't come into the listener and the second object comes ...
2
votes
3answers
298 views

Extracting url from anchor tag to use in right click menu

Hey so I set up a right click menu on my site you can see here http://www.jaminproud.com Everything works good except I want to add the abilty to open a link in a new tab. I have looked everywhere ...
1
vote
1answer
73 views

MouseOver/MouseOut EventListener inheriting to child nodes?

Edit: Solution Thanks to Gaby for the help in finding a solution! Didn't quite work exactly how I wanted it to, found a better solution modified from the answers. What I do is only execute the ...
1
vote
1answer
112 views

How to pass Controller variables to an EventListener in Symfony2?

I'm bored of writing this at the end of every action in Symfony2: return $this->render('Project:Bundle:view.twig', array( 'foo' => 1, ...
1
vote
4answers
45 views

Multiple JButtons, one Eventlistener in Java

I have a 2D-Array of JButtons JButton[][] ledBtns = new JButton[8][8]; And in a loop, I do all the init stuff. Now I want to add an EventListener to each JButton, that fires when the Button os ...
1
vote
2answers
34 views

Issue with EventListening in Classes

I've got my main.as file which (at the moment) only contains a call to a class function initDB() My initDB() function on my other class fires as expected. initDB is intended to load an XML file and ...
1
vote
1answer
94 views

Attach event listeners to a set of markers using one variable in Google Maps v3 - loop, closure

I've created a set of markers using an array within one variable. I'd like to add a "click" event listener to each marker that links to a url which is specified for each item in the array. The ...
1
vote
4answers
95 views

how do I add same event listener to many markers and then differentiate between the markers in the listeners in google maps api v3?

I have the same event listener for many markers in my javascript. How do I differentiate between different markers in this listener? I want to display another marker elsewhere on clicking of a ...
1
vote
1answer
97 views

MATLAB nested event notifications?

It seems MATLAB handles will not respond to more than one notification from the same source at a time. Unfortunately this is a big problem for me. Here's an example of what I'm talking about: ...
1
vote
1answer
77 views

Is there an EventListener in as3 to check when an XML has changed?

I have this PHP that constantly changes an XML. So... I'm asking, is there an eventlistener in flash that instantly detects change in XML? What I do currently is to just load the XML again and again ...
1
vote
1answer
347 views

Hibernate DefaultSaveOrUpdateEventListener checking for insert and update database events

Using hibernate 3.3.2.ga and Spring 3.0.5.RELEASE. Have implemented something as described here.. with a different config as I;m using a Spring managed sessionFactory <bean ...
1
vote
1answer
393 views

Check modifierFlags of NSEvent if a certain modifier was pressed but no other

I just experimented with the addLocalMonitorForEventsMatchingMask:handler: method in NSEvent and came across the following question: How do I find out if only certain modifiers were pressed? A short ...
1
vote
0answers
269 views

Google Maps API V3 - adding variable to addListener(poly, 'click')

SOLVED Already solved it, made a mistake. I thought you couldn't set a var to the poly object, but you can. QUESTION I'm trying to create a tool where users can create multiple polylines and save ...
1
vote
1answer
102 views

Is it possible to chain event listeners in Android?

I have an activity which contains QuickContactBadges. I'm looking for a way to either chain event listeners on the QuickContactBadge, or to call the default listener from within an override. ...
1
vote
2answers
276 views

OnUp event on GestureDetector

My question is simple, where's the onUp event when implementing a GestureListener? I has a lot of events on the gesturedetector, and cannot just consume the onUp event of the listener, cause one of ...
1
vote
1answer
69 views

How to handle multiple storage backends transparently

I'm working with an application right now that uses a third-party API for handling some batch email-related tasks, and in order for that to work, we need to store some information in this service. ...
1
vote
0answers
174 views

Finding the code that attached an event listener

I'm trying to find the line of JavaScript that attached an event to a node. Chrome's inspector shows me several entries under 'click' in Event Listeners, but each of these just points to the same line ...
1
vote
1answer
180 views

EventListener function in parent class

I have class ShowCase that inherite from my class ContentMC (that inherite from MovieClip). In the class ShowCase I have an EventListner that calls a function in the parent class ContentMC. But I get ...
1
vote
2answers
388 views

Is there a way to get keyboard events without JFrame?

I want to get my program to unhide main window when user presses some shortcut. Is there a way to get the global key events, not only the ones which happened when focus was inside application frame?
1
vote
2answers
79 views

Cutom event dispatchment location

I've been looking into custom event (listeners) for quite some time, but never succeeded in making one. There are so many different mehods, extending the Event class, but also Extending the ...
1
vote
1answer
160 views

Waiting until array function finishes to:

Using Flash Builder 4 with flex 4.1. I have an air app that downloads files that are specified in an array. I am trying to change state after the files have finished being written to the disk. The ...
1
vote
1answer
272 views

Passing information back from EventListener to Activity

I'm new to Android, and event driven code in general. Rather than embed loads of anonymous event listener classes in my Activity to handle onClick events etc, I defined separate classes to keep the ...
1
vote
2answers
770 views

Seperate event listener for every textview in android

I want to add separate event listener to dynamically created list of textview. The code so far is like this: while (cur.moveToNext()){ TextView tv = new TextView(this); temp = ...
1
vote
2answers
1k views

URLLoader.load() issue when using the same URLRequest

I have an issue with my eventListeners with the URLLoader, but this issue happens in IE, not in FF. public function getUploadURL():void { var request:URLRequest = new URLRequest(); ...
1
vote
1answer
81 views

Keeping the number of objects and event-listeners on stage as low as possible

I am creating a site with lots of big scrollable text-boxes in it. Each text-box object contained some text, and two buttons to scroll up/down with. The scroll buttons each had an event listener so ...
1
vote
3answers
444 views

AS3: Removing EventListeners without knowing amount or names

First shortly about how my site works: When a link is clicked it checks if something is already displayed in either the Left or Right side of the screen (the website looks like a book, so I have a ...
1
vote
1answer
219 views

java: PropertyChangeSupport for Map or EnumMap?

Is there a version of either java.beans.PropertyChangeSupport or com.jgoodies.binding.beans.ExtendedPropertyChangeSupport which is helpful for supporting change listeners along the lines of a Map or ...
1
vote
1answer
220 views

GWT Button eventlistener designer

For example I took html from a designer which is given below. How can i add click event which shows alert from GWT? final Button button = new Button("OK"); I dont allow ...
1
vote
1answer
763 views

Google Maps: Event Listener only remembering final value of variable

I'm putting together a Google Map which contains the locations of various test centres around my country. It plots a marker on each county, and when you click the county marker, it zooms in and gives ...
1
vote
1answer
181 views

Rolling back identifiers NHibernate

I would like to get NHibernate to roll back the identifier of any entities saved during a transaction if the transaction is aborted. I am using NHibernate 2.1.0, and it doesn't do this by default. I ...
1
vote
4answers
1k views

Overload the += event operator

Is there a way to overload the event += and -= operators in C#? What I want to do is take an event listener and register it to different events. So something like this: SomeEvent += new ...

1 2 3