Interface ModalNavigationListener

All Superinterfaces:
EventListener, GuiseEventListener
All Known Implementing Classes:
ModalNavigationAdapter

public interface ModalNavigationListener extends GuiseEventListener
An object that listens for a change in modal navigation modality.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    modalBegan(ModalEvent modalEvent)
    Called when an a modal frame begins its modality.
    void
    modalEnded(ModalEvent modalEvent)
    Called when an a modal frame ends its modality.
  • Method Details

    • 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.