|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Event
Event handling underwent a dramatic change from the JDK1.0.2 to the JDK1.1. Instead of passing the event on the the parent, an object can register itself as a listener in 1.1. When the event occurs, all the listeners that have registered to receive this event are notified. Check out Roedy Green's essay on event handling in 1.1 and the new event model in Sun's Java tutorial!
Related Categories
Swing Events
Featured Books
Subcategories
Questions & Answers
= answered, = unanswered
General:
How do I create my own Events?
Further Information (sorted alphabetically)
Api's:
Articles:
Related Books:
|
|
|
|
|