Interface LoadHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
ListenerWrapper.WrappedLoadListener

public interface LoadHandler extends EventHandler
Handler interface for LoadEvent events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when LoadEvent is fired.
  • Method Details

    • onLoad

      void onLoad(LoadEvent event)
      Called when LoadEvent is fired.
      Parameters:
      event - the LoadEvent that was fired