Fixed removeListener issue + partial implementation of ?
This commit is contained in:
@@ -15,6 +15,7 @@ import javax.xml.stream.XMLStreamException;
|
||||
import javax.xml.stream.events.*;
|
||||
|
||||
import gui.I18N;
|
||||
import javafx.beans.InvalidationListener;
|
||||
import javafx.beans.property.ReadOnlyDoubleProperty;
|
||||
import javafx.beans.property.ReadOnlyDoubleWrapper;
|
||||
import javafx.concurrent.Task;
|
||||
@@ -34,6 +35,7 @@ public class XML_processing {
|
||||
public static boolean isCancelled = false;
|
||||
public static Date startTime = new Date();
|
||||
public static boolean isCollocability = false;
|
||||
public static InvalidationListener progressBarListener;
|
||||
|
||||
public double getProgress() {
|
||||
return progressProperty().get();
|
||||
|
||||
Reference in New Issue
Block a user