Package org.cef.callback
Interface CefWebPluginUnstableCallback
-
public interface CefWebPluginUnstableCallbackInterface to implement for receiving unstable plugin information. The methods of this class will be called on the browser process IO thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidisUnstable(java.lang.String path, boolean unstable)Method that will be called for the requested plugin.
-