public interface ViewActivationListener extends Serializable
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.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ViewActivationListener.ViewActivationEvent
Event received by the listener for attempted and executed view changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
viewActivated(ViewActivationListener.ViewActivationEvent event)
Invoked when a view is activated or deactivated.
|
void viewActivated(ViewActivationListener.ViewActivationEvent event)
event - Copyright © 2017 Vaadin Ltd. All Rights Reserved.