Menu

#2 Make sure that driverlisteners are threadsafe

open
Greg F
6
2007-08-23
2007-08-23
Greg F
No

Make sure that message consumption in Widgets is threadsafe. It may be the case that message passing/consumption is taking place on the EDT (which is harder to notice in small systems) instead of being thrown into the queue. Should refactor the receiveMessage to use swingutilities or widgets to use a background worker

Discussion


Log in to post a comment.