Package com.cefrium

Interface CefriumBrowser.OnFindResultListener

Enclosing class:
CefriumBrowser

public static interface CefriumBrowser.OnFindResultListener
Listener for find-in-page results.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFindResult(int activeMatch, int totalMatches)
     
  • Method Details

    • onFindResult

      void onFindResult(int activeMatch, int totalMatches)
      Parameters:
      activeMatch - Current match ordinal (1-based).
      totalMatches - Total number of matches found.