| Package | Description |
|---|---|
| org.richfaces.photoalbum.manager | |
| org.richfaces.photoalbum.ui | |
| org.richfaces.photoalbum.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorHandlerBean.addToErrors(SimpleEvent se)
Convenience method that observes
Constants.ADD_ERROR_EVENT. |
void |
FileWrapper.clear(SimpleEvent se) |
void |
EditorBean.clearMessage(SimpleEvent se) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionExpirationChecker.checkUserExpiration(SimpleEvent se)
Utility method for check is the user session was expired or user were login in another browser.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.