RichFaces Photoalbum 4.3.5.Final

Uses of Class
org.richfaces.photoalbum.model.event.AlbumEvent

Packages that use AlbumEvent
org.richfaces.photoalbum.manager   
 

Uses of AlbumEvent in org.richfaces.photoalbum.manager
 

Methods in org.richfaces.photoalbum.manager with parameters of type AlbumEvent
 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.onAlbumAdded(AlbumEvent ae)
          This method observes Constants.ALBUM_ADDED_EVENT and invoked after the user add new album
 void FileManager.onAlbumDeleted(AlbumEvent ae)
          This method observes Constants.ALBUM_DELETED_EVENT and invoked after the user delete album.
 void Controller.onAlbumDeleted(AlbumEvent ae)
          This method observes Constants.ALBUM_DELETED_EVENT and invoked after the user delete her 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.
 


RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.