Class LocalFallbackInfo.Loader
java.lang.Object
javax.swing.SwingWorker<LocalFallbackInfo,Void>
com.inductiveautomation.ignition.client.util.LocalFallbackInfo.Loader
- All Implemented Interfaces:
Runnable
,Future<LocalFallbackInfo>
,RunnableFuture<LocalFallbackInfo>
- Enclosing class:
- LocalFallbackInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalFallbackInfo
protected void
done()
protected abstract void
Called when the fallback information has been loaded.Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
-
Constructor Details
-
Loader
public Loader()
-
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classSwingWorker<LocalFallbackInfo,
Void> - Throws:
Exception
-
done
protected void done()- Overrides:
done
in classSwingWorker<LocalFallbackInfo,
Void>
-
onInfoLoaded
Called when the fallback information has been loaded. Will never be called if fallback gateway was not found.
-