Package velox.gui.browser
Interface BrowserListener
public interface BrowserListener
Threading. Methods here are called from CEF's native thread.
-
Method Summary
-
Method Details
-
onPageLoaded
-
onMessage
Called when the page sends a message by callingbmMessage(message, optional callback).- Parameters:
callback- used to send the response back to the page if it was set in bmMessage above. Otherwise, calling has no effect. Can be freely called from any thread at any time, but only once.
-