| Package | Description |
|---|---|
| org.richfaces.photoalbum.manager |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.onAlbumAdded(AlbumEvent ae)
This method observes
Constants.ALBUM_ADDED_EVENT and invoked after the user add new album |
void |
UserManager.onAlbumAdded(AlbumEvent ae)
This method observes
Constants.ALBUM_ADDED_EVENT and invoked after the user add new album |
void |
FileManager.onAlbumAdded(AlbumEvent ae)
This method observes
ALBUM_ADDED_EVENT and invoked after the user add new album This method add album
directory to the disk |
void |
Controller.onAlbumDeleted(AlbumEvent ae)
This method observes
Constants.ALBUM_DELETED_EVENT and invoked after the user delete her album |
void |
FileManager.onAlbumDeleted(AlbumEvent ae)
This method observes
Constants.ALBUM_DELETED_EVENT and invoked after the user delete album. |
void |
Controller.onAlbumEdited(AlbumEvent ae)
This method observes
Constants.ALBUM_EDITED_EVENT and invoked after the user edit her album |
void |
FileManager.renameAlbumDirectory(AlbumEvent ae)
This method observes
Constants.ALBUM_DRAGGED_EVENT and invoked after the user dragged album form one shelf
to the another. |
Copyright © 2014. All Rights Reserved.