|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Swing Events
An Event is a particular message from a caller to a callee that is interested as a way to let the callee know that something has changed. Typically, events are not delivered immediately but added to a queue instead. Events are used extensively in the Swing model. For example, you can register an object A as a listener to a JButton component and whenever this button is clicked, A will be informed. Check out Roedy Green's essay on Events at http://www.mindprod.com/event11.html
Related Categories
Event
Featured Books
Subcategories
Questions & Answers
= answered, = unanswered
General:
How do I create my own Events?
Further Information (sorted alphabetically)
Api's:
Tutorials:
Articles:
Related Links:
Related Books:
|
|
|
|
|