Class NavigationEvent<T>

  • All Implemented Interfaces:
    java.io.Serializable

    public class NavigationEvent<T>
    extends Event
    Defines an event that encapsulates changes to a navigation model.
    Since:
    8.6.0
    Author:
    rudyhuang
    See Also:
    Serialized Form
    • Method Detail

      • getModel

        public NavigationModel<T> getModel()
        Returns the model that fires this event.
      • getLevel

        public NavigationLevel<T> getLevel()
        Returns the level that fires this event.
      • getKey

        public java.lang.String getKey()
        Returns the current navigation key.
      • getCurrent

        public T getCurrent()
        Returns the current navigation data.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Event