Flexible Event Delivery with Executors (O'ReillyNet)
[Posted March 30, 2005 by cook]
Andrew Thompson
covers the use of J2SE events on O'Reilly.
"
Event-handling is critical to any GUI application, and many developers know
the hazards of making a method call to unknown or poorly behaved code from
the event-dispatch thread. J2SE 5.0's concurrency utilities offer more
fine-grained control over how code executes. Andrew Thompson applies that to
offer better ways to handle events."
(
Log in to post comments)