Tagged Questions

1
vote
1answer
57 views

Event handling ideas

I have two classes extended from JPanels and both the panels have buttons which when clicked perform a common activity. What will be the best way to achieve this? Does event delegation enter here? ...
1
vote
6answers
573 views

What is DOM Event delegation?

Update Can anyone please explain event delegation in JavaScript and how is it useful? Original: Delegation in programming. Can anyone please explain delegation and how is it useful?
0
votes
1answer
250 views

Android list tap event delegation

I have a list that uses a database to display some data. There are several operations that the user can perform on each list item and instead of implementing a context menu where the user uses a long ...