Class ModalEvent

java.lang.Object
java.util.EventObject
com.globalmentor.event.AbstractEvent
io.guise.framework.event.AbstractGuiseEvent
io.guise.framework.event.ModalEvent
All Implemented Interfaces:
com.globalmentor.event.Event, GuiseEvent, Serializable

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

    • ModalEvent

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