Interface ModalNavigationListener

    • Method Detail

      • modalBegan

        void modalBegan​(ModalEvent modalEvent)
        Called when an a modal frame begins its modality.
        Parameters:
        modalEvent - The event indicating the frame beginning modality and the modal value.
      • modalEnded

        void modalEnded​(ModalEvent modalEvent)
        Called when an a modal frame ends its modality.
        Parameters:
        modalEvent - The event indicating the frame ending modality and the modal value.