Package org.cef.callback
Interface CefRequestCallback
-
public interface CefRequestCallbackCallback interface used for asynchronous continuation of quota requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidCancel()Cancel the url request.voidContinue(boolean allow)Continue the url request.
-