Project

General

Profile

« Previous | Next » 

Revision ef0f0b69

Added by Katja Luther almost 6 years ago

adapt taxeditor to changes in progress monitor handling

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/operation/SetSecundumForSubtreeOperation.java
100 100

  
101 101
    public void runMoniteredOperation() {
102 102
        ITaxonNodeService nodeService;
103
        final UUID uuid = longRunningTaskService.monitLongRunningTask((SecundumForSubtreeConfigurator)config);
103
        final UUID uuid = longRunningTaskService.monitLongRunningTask(config);
104 104
        Display.getDefault().asyncExec(new Runnable() {
105 105
            @Override
106 106
            public void run() {
......
109 109
                        1000,
110 110
                        false,
111 111
                        SetSecundumForSubtreeOperation.this,
112
                        null);
112
                        null,
113
                        true);
113 114
            }
114 115
        });
115 116

  

Also available in: Unified diff