RichFaces Photoalbum 4.3.0.CR2

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

Packages that use SimpleEvent
org.richfaces.photoalbum.manager   
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.ui
 

Methods in org.richfaces.photoalbum.ui with parameters of type SimpleEvent
 void ErrorHandlerBean.addToErrors(SimpleEvent se)
          Convenience method that observes Constants.ADD_ERROR_EVENT.
 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.0.CR2

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