Interface LoadStatusChangedListener

All Superinterfaces:
EventListener

@Deprecated(forRemoval=true, since="200.0.0") public interface LoadStatusChangedListener extends 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 Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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