Monday, 13 February 2012

Why should the implementation of any Swing callback (like a listener) execute quickly? | Core Java

Any swing callback execute quickly should be implementation Because callbacks are invoked by the event dispatch thread which will be blocked processing other events for as long as our method takes to execute.