|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewActivationListener
Invoked when a view is activated or deactivated. View activation listeners
match Spring scope changes better than ViewChangeListener, and should
be used instead of them.
On each view change, there are typically two events fired: first a deactivation event for the old view (if any) and then an activation event for the new view.
| Nested Class Summary | |
|---|---|
static class |
ViewActivationListener.ViewActivationEvent
Event received by the listener for attempted and executed view changes. |
| Method Summary | |
|---|---|
void |
viewActivated(ViewActivationListener.ViewActivationEvent event)
Invoked when a view is activated or deactivated. |
| Method Detail |
|---|
void viewActivated(ViewActivationListener.ViewActivationEvent event)
event -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||