Interface CefStringVisitor


  • public interface CefStringVisitor
    Public interface to receive string values asynchronously.
    • Method Detail

      • visit

        void visit​(java.lang.String string)
        Called when the string is available.
        Parameters:
        string - Requested string.