Class UiNavigationEvent

  • All Implemented Interfaces:
    io.github.mmm.ui.api.attribute.AttributeReadProgrammatic

    public class UiNavigationEvent
    extends Object
    implements io.github.mmm.ui.api.attribute.AttributeReadProgrammatic
    Event for navigation.
    Since:
    1.0.0
    • Method Detail

      • getOldPlace

        public UiPlace getOldPlace()
        Returns:
        the old (previous) UiPlace that was left during the navigation. The very first navigation event will use UiPlace.NONE.
      • getNewPlace

        public UiPlace getNewPlace()
        Returns:
        the new UiPlace that was entered during the navigation.
      • isProgrammatic

        public boolean isProgrammatic()
        Specified by:
        isProgrammatic in interface io.github.mmm.ui.api.attribute.AttributeReadProgrammatic