I have a component which displays property of some (external) bean. I.e. bean is backing the component. Now I want to update picture periodically. Of course I can write my own method to update. But may be there is one in ideology of swing?
Which pattern is usually used in swing when data model was updated and now it is required to reflect new data in visual form?