Interface BrowserPanelListener

All Known Implementing Classes:
BrowserStartup.FrameBrowserPanelListener

public interface BrowserPanelListener
Talkback interface between BrowserPanel and anyone interested in what is happening to it.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • pageLoadSuccess

      void pageLoadSuccess(String url, String title)