Class LoadStatusChangedEvent

    • Constructor Detail

      • LoadStatusChangedEvent

        public LoadStatusChangedEvent​(Object source,
                                      LoadStatus newLoadStatus)
        Creates a new instance of a LoadStatusChangedEvent.
        Parameters:
        source - the Loadable that raised the event.
        newLoadStatus - the new load status of the Loadable
        Since:
        100.0.0
    • Method Detail

      • getNewLoadStatus

        public LoadStatus getNewLoadStatus()
        Returns the new load status of the Loadable.
        Returns:
        the new load status
        Since:
        100.0.0