Class ModalNavigationAdapter

  • All Implemented Interfaces:
    GuiseEventListener, ModalNavigationListener, java.util.EventListener

    public class ModalNavigationAdapter
    extends java.lang.Object
    implements ModalNavigationListener
    An object that listens for the end of a modal frame's modality, providing default empty method definitions.
    Author:
    Garret Wilson
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModalNavigationAdapter

        public ModalNavigationAdapter()
    • Method Detail

      • modalBegan

        public void modalBegan​(ModalEvent modalEvent)
        Description copied from interface: ModalNavigationListener
        Called when an a modal frame begins its modality.
        Specified by:
        modalBegan in interface ModalNavigationListener
        Parameters:
        modalEvent - The event indicating the frame beginning modality and the modal value.