1.

Why Should Any Swing Call Back Implementation Execute Quickly?

Answer»

Callbacks are invoked by the event dispatch THREAD. Event dispatch thread blocks PROCESSING of other events as LONG as CALL back method executes.

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



Discussion

No Comment Found