Class LoadStatusChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class LoadStatusChangedEvent
    extends java.util.EventObject
    An event which indicates that the load status of a Loadable changed.
    Since:
    100.0.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      LoadStatusChangedEvent​(java.lang.Object source, LoadStatus newLoadStatus)
      Creates a new instance of a LoadStatusChangedEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LoadStatus getNewLoadStatus()
      Returns the new load status of the Loadable.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LoadStatusChangedEvent

        public LoadStatusChangedEvent​(java.lang.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