1
vote
Swing: Is there a way to differentiate between a user-caused ItemEvent and an application-caused one?
The Action and Reaction law is quite clear :). If you try to react on change there is no need to distinguish between user and application. I can imagine only one use case where you need to "disting …
0
votes
Bus or listeners/delegates in client-side Swing application?
Well, I can imagine the approach where models are updated using BUS like system and events from models are delegated using listeners. Simple scenario: I got server side which represents producer of …
