Interface AsynchronousLoading

    • Method Detail

      • addAsynchronousLoadListener

        void addAsynchronousLoadListener​(AsynchronousLoadListener l)
        Adds listener on the asynchronous loading events.
        Parameters:
        l - Listener to add.
      • removeAsynchronousLoadListener

        void removeAsynchronousLoadListener​(AsynchronousLoadListener l)
        Removes listener on the asynchronous loading events.
        Parameters:
        l - Listener to remove.
      • isLoading

        boolean isLoading()
        Returns indication whether the content is still loading.
        Returns:
        true if the content is still loading, false otherwise.