Class ModalEvent

  • All Implemented Interfaces:
    com.globalmentor.event.Event, GuiseEvent, java.io.Serializable

    public class ModalEvent
    extends AbstractGuiseEvent
    An event indicating that a component changed modes. author Garret Wilson
    See Also:
    Serialized Form
    • Constructor Detail

      • ModalEvent

        public ModalEvent​(ModalNavigationPanel<?> source)
        Source constructor.
        Parameters:
        source - The object on which the event initially occurred.
        Throws:
        java.lang.NullPointerException - if the given source is null.
    • Method Detail

      • getSource

        public ModalNavigationPanel<?> getSource()
        Specified by:
        getSource in interface com.globalmentor.event.Event
        Overrides:
        getSource in class java.util.EventObject