Class SecurityLevelsWorker
- java.lang.Object
-
- javax.swing.SwingWorker<com.google.common.collect.ImmutableCollection<SecurityLevelConfig>,java.lang.Object>
-
- com.inductiveautomation.perspective.designer.worker.SecurityLevelsWorker
-
- All Implemented Interfaces:
java.lang.Runnable
,java.util.concurrent.Future<com.google.common.collect.ImmutableCollection<SecurityLevelConfig>>
,java.util.concurrent.RunnableFuture<com.google.common.collect.ImmutableCollection<SecurityLevelConfig>>
public class SecurityLevelsWorker extends javax.swing.SwingWorker<com.google.common.collect.ImmutableCollection<SecurityLevelConfig>,java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description SecurityLevelsWorker(PerspectiveModuleRpc rpc, java.util.function.Consumer<com.google.common.collect.ImmutableCollection<SecurityLevelConfig>> consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.collect.ImmutableCollection<SecurityLevelConfig>
doInBackground()
protected void
done()
-
-
-
Constructor Detail
-
SecurityLevelsWorker
public SecurityLevelsWorker(@Nonnull PerspectiveModuleRpc rpc, @Nonnull java.util.function.Consumer<com.google.common.collect.ImmutableCollection<SecurityLevelConfig>> consumer)
-
-
Method Detail
-
doInBackground
protected com.google.common.collect.ImmutableCollection<SecurityLevelConfig> doInBackground()
- Specified by:
doInBackground
in classjavax.swing.SwingWorker<com.google.common.collect.ImmutableCollection<SecurityLevelConfig>,java.lang.Object>
-
done
protected void done()
- Overrides:
done
in classjavax.swing.SwingWorker<com.google.common.collect.ImmutableCollection<SecurityLevelConfig>,java.lang.Object>
-
-