| Methods in org.richfaces.photoalbum.manager with parameters of type ImageEvent |
void |
FileManager.deleteImage(ImageEvent ie)
This method observes Constants.IMAGE_DELETED_EVENT and invoked after the user delete her image This method
delete image and all thumbnails of this image from the disk |
void |
Controller.onImageDeleted(ImageEvent ie)
This method observes Constants.IMAGE_DELETED_EVENT and invoked after the user delete her image |
void |
FileManager.renameImageFile(ImageEvent ie)
This method observes Constants.IMAGE_DRAGGED_EVENT and invoked after the user dragged image form one album
to the another. |