Package se.datadosen.jalbum
Interface EditListener
- All Known Subinterfaces:
EditListener2
- All Known Implementing Classes:
JCustomPanel
,JPhotoSphereSettingsPanel
,JRawSettingsPanel
,JWebPageUI
public interface EditListener
Used by plugins that wish to become notified about album objects being edited
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when user starts editing an image
-
Method Details
-
setAlbumObject
Called when user starts editing an image- Parameters:
ao
- the AlbumObject representing the image
-