Class BridgeLoadAdapter
- java.lang.Object
-
- com.teamdev.jxbrowser.chromium.events.LoadAdapter
-
- com.inductiveautomation.perspective.designer.workspace.BridgeLoadAdapter
-
- All Implemented Interfaces:
com.teamdev.jxbrowser.chromium.events.BrowserListener,com.teamdev.jxbrowser.chromium.events.LoadListener,java.util.EventListener
public class BridgeLoadAdapter extends com.teamdev.jxbrowser.chromium.events.LoadAdapterThis loadViewUrl adapter watches for when the browser finishes loading the main page, and executes the injects the bridge object into the loaded page.
-
-
Constructor Summary
Constructors Constructor Description BridgeLoadAdapter(JavaJsBridge bridge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonDocumentLoadedInFrame(com.teamdev.jxbrowser.chromium.events.FrameLoadEvent event)voidonFinishLoadingFrame(com.teamdev.jxbrowser.chromium.events.FinishLoadingEvent event)protected voidonFinishLoadingFrameInternal()
-
-
-
Constructor Detail
-
BridgeLoadAdapter
public BridgeLoadAdapter(@Nonnull JavaJsBridge bridge)
-
-
Method Detail
-
onDocumentLoadedInFrame
public void onDocumentLoadedInFrame(com.teamdev.jxbrowser.chromium.events.FrameLoadEvent event)
- Specified by:
onDocumentLoadedInFramein interfacecom.teamdev.jxbrowser.chromium.events.LoadListener- Overrides:
onDocumentLoadedInFramein classcom.teamdev.jxbrowser.chromium.events.LoadAdapter
-
onFinishLoadingFrame
public void onFinishLoadingFrame(com.teamdev.jxbrowser.chromium.events.FinishLoadingEvent event)
- Specified by:
onFinishLoadingFramein interfacecom.teamdev.jxbrowser.chromium.events.LoadListener- Overrides:
onFinishLoadingFramein classcom.teamdev.jxbrowser.chromium.events.LoadAdapter
-
onFinishLoadingFrameInternal
protected void onFinishLoadingFrameInternal()
-
-