Package org.cef.callback
Interface CefCompletionCallback
-
public interface CefCompletionCallbackGeneric callback interface used for asynchronous completion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonComplete()Method that will be called once the task is complete.
-