public static class WebKitPage.DocumentDelegationListener extends Object implements javafx.beans.value.ChangeListener<javafx.concurrent.Worker.State>
| Constructor and Description |
|---|
DocumentDelegationListener(Window window,
DocumentListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
changed(javafx.beans.value.ObservableValue<? extends javafx.concurrent.Worker.State> ov,
javafx.concurrent.Worker.State oldState,
javafx.concurrent.Worker.State newState) |
DocumentListener |
getDocumentListener() |
public DocumentDelegationListener(Window window, DocumentListener listener)
public void changed(javafx.beans.value.ObservableValue<? extends javafx.concurrent.Worker.State> ov,
javafx.concurrent.Worker.State oldState,
javafx.concurrent.Worker.State newState)
changed in interface javafx.beans.value.ChangeListener<javafx.concurrent.Worker.State>public DocumentListener getDocumentListener()
Copyright © 2018. All rights reserved.