Interface LoadStatusChangedListener

  • All Superinterfaces:
    java.util.EventListener

    @Deprecated(forRemoval=true,
                since="200.0.0")
    public interface LoadStatusChangedListener
    extends java.util.EventListener
    Deprecated, for removal: This API element is subject to removal in a future version.
    As of 200.0.0, add a listener to Loadable.loadStatusProperty() to receive notifications of load status changes
    The listener interface for receiving LoadStatus changed events from Loadable resources.
    Since:
    100.0.0
    • Method Detail

      • loadStatusChanged

        void loadStatusChanged​(LoadStatusChangedEvent loadStatusChangedEvent)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Invoked when the LoadStatus of a Loadable resource changes.
        Parameters:
        loadStatusChangedEvent - provides the source of the event as well as the new load status
        Since:
        100.0.0