|
|
|
| Java Products Home » Component » [ Event ] |
| 1. Non-Blocking Events in Java | |
| By: | orangesoftware.net |
| License: | OpenSource |
| URL: | http://www.orangesoftware.net/Java/ |
| Description: | Java event classes (EventListener, EventObject, etc.) use a simple thread model - event processing can block a program, making the program un-responsive. This can be overcome by manually utilizing threads during the event handling. |