RichFaces Photoalbum 4.3.5.Final

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

Packages that use SimpleEvent
org.richfaces.photoalbum.manager   
org.richfaces.photoalbum.model.event   
org.richfaces.photoalbum.social   
org.richfaces.photoalbum.ui   
org.richfaces.photoalbum.util   
 

Uses of SimpleEvent in org.richfaces.photoalbum.manager
 

Methods in org.richfaces.photoalbum.manager with parameters of type SimpleEvent
 void UserManager.cancelEditUser(SimpleEvent se)
          Method, that invoked when user click 'Cancel' button during edit her profile.
 void UserManager.editUser(SimpleEvent se)
          Method, that invoked when user want to edit her profile.
 void Model.observeSelectedTag(SimpleEvent se)
           
 void Controller.onAuthenticate(SimpleEvent se)
          This method observes Constants.AUTHENTICATED_EVENT and invoked after the user successfully authenticate to the system
 void FileManager.onUserDeleted(SimpleEvent se)
          This method observes Constants.USER_DELETED_EVENT and invoked after the user was deleted(used in livedemo to prevent flooding) This method delete user directory from the disk
 void Controller.startRegistration(SimpleEvent se)
          This method observes Constants.START_REGISTER_EVENT and invoked after the user want to start registration process.
 void SlideshowManager.stopSlideshow(SimpleEvent se)
          This method invoked after user click on 'Stop slideshow' button.
 

Uses of SimpleEvent in org.richfaces.photoalbum.model.event
 

Subclasses of SimpleEvent in org.richfaces.photoalbum.model.event
 class AlbumEvent
          Album event, carries an album and its (relative) path.
 class ErrorEvent
          Event to be used for displaying error notification
 class ImageEvent
          Image event, carries an image and its (relative) path.
 class ShelfEvent
          Shelf event, carries a shelf and its (relative) path.
 

Uses of SimpleEvent in org.richfaces.photoalbum.social
 

Methods in org.richfaces.photoalbum.social with parameters of type SimpleEvent
 void EventAlbumsHelper.init(SimpleEvent se)
          Initializes the helper - checks if remote albums are loaded in their caches and prepares list of those that are not
 

Uses of SimpleEvent in org.richfaces.photoalbum.ui
 

Methods in org.richfaces.photoalbum.ui with parameters of type SimpleEvent
 void FileWrapper.clear(SimpleEvent se)
           
 void EditorBean.clearMessage(SimpleEvent se)
           
 

Uses of SimpleEvent in org.richfaces.photoalbum.util
 

Methods in org.richfaces.photoalbum.util with parameters of type SimpleEvent
 void SessionExpirationChecker.checkUserExpiration(SimpleEvent se)
          Utility method for check is the user session was expired or user were login in another browser.
 


RichFaces Photoalbum 4.3.5.Final

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