- All Known Implementing Classes:
PictureFrameController
,SortableDefaultMutableTreeNode
,ThumbnailDescriptionController
public interface PictureInfoChangeListener
This interface allows PictureInfo objects to tell other objects about changes
-
Method Summary
Modifier and TypeMethodDescriptionvoid
pictureInfoChangeEvent
(PictureInfoChangeEvent pictureInfoChangeEvent) inform the listener that the status has changed
-
Method Details
-
pictureInfoChangeEvent
inform the listener that the status has changed- Parameters:
pictureInfoChangeEvent
- the event object with details about what changed
-