Interface LoadListener

All Superinterfaces:
EventListener

@Deprecated public interface LoadListener extends EventListener
Deprecated.
use LoadHandler and ErrorHandler instead
Event listener interface for 'load' events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(Widget sender)
    Deprecated.
    Fired when a widget encounters an error while loading.
    void
    onLoad(Widget sender)
    Deprecated.
    Fired when a widget finishes loading.
  • Method Details

    • onError

      void onError(Widget sender)
      Deprecated.
      Fired when a widget encounters an error while loading.
      Parameters:
      sender - the widget sending the event.
    • onLoad

      void onLoad(Widget sender)
      Deprecated.
      Fired when a widget finishes loading.
      Parameters:
      sender - the widget sending the event.