|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestEvent | |
com.arsdigita.bebop.event | Listeners that allow a programmer to execute custom code at various points in the request. |
com.arsdigita.toolbox.ui | Miscellaneous collection of useful Bebop components. |
com.arsdigita.ui.login | Internationalized UI classes for user login and registration. |
Uses of RequestEvent in com.arsdigita.bebop.event |
Methods in com.arsdigita.bebop.event with parameters of type RequestEvent | |
void |
RequestListener.pageRequested(RequestEvent e)
Invoked when an action has been performed. |
Uses of RequestEvent in com.arsdigita.toolbox.ui |
Methods in com.arsdigita.toolbox.ui with parameters of type RequestEvent | |
void |
ApplicationAuthenticationListener.pageRequested(RequestEvent event)
Checks whether the user is logged in. |
Uses of RequestEvent in com.arsdigita.ui.login |
Methods in com.arsdigita.ui.login with parameters of type RequestEvent | |
void |
UserAuthenticationListener.pageRequested(RequestEvent event)
Checks whether the user is logged in. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |