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.

@FunctionalInterface public interface FullscreenChangeListener extends Serializable
Listener that gets notified when the fullscreen state of the page changes.
Author:
Vaadin Ltd
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the fullscreen state changes.
  • Method Details

    • fullscreenChanged

      void fullscreenChanged(FullscreenChangeEvent event)
      Invoked when the fullscreen state changes.
      Parameters:
      event - a fullscreen change event