Saturday, 18 February 2012

Why should any swing call back implementation execute quickly? | Java Swings

Callbacks are invoked by the event dispatch thread. Event dispatch thread blocks processing of other events as long as call back method executes.