Package com.vaadin.flow.component.page
Interface FullscreenChangeListener
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener that gets notified when the fullscreen state of the page changes.
- Author:
- Vaadin Ltd
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the fullscreen state changes.
-
Method Details
-
fullscreenChanged
Invoked when the fullscreen state changes.- Parameters:
event- a fullscreen change event
-