Interface BrowserListener


public interface BrowserListener
Threading. Methods here are called from CEF's native thread.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPageLoaded(String url, int statusCode)
     
  • Method Details

    • onPageLoaded

      void onPageLoaded(String url, int statusCode)