Package org.cef.callback
Interface CefStringVisitor
-
public interface CefStringVisitorPublic interface to receive string values asynchronously.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(java.lang.String string)Called when the string is available.
-