Package com.vaadin.spring.navigator
Class ViewActivationListener.ViewActivationEvent
java.lang.Object
java.util.EventObject
com.vaadin.spring.navigator.ViewActivationListener.ViewActivationEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ViewActivationListener
Event received by the listener for attempted and executed view changes.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the view namebooleanReturnstrueis the view is activated, false if it's deactivatedMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ViewActivationEvent
-
-
Method Details
-
isActivated
public boolean isActivated()Returnstrueis the view is activated, false if it's deactivated- Returns:
-
getViewName
Returns the view name- Returns:
-