Class LocalFallbackInfo.Loader

    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.SwingWorker

        javax.swing.SwingWorker.StateValue
    • Constructor Summary

      Constructors 
      Constructor Description
      Loader()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected LocalFallbackInfo doInBackground()  
      protected void done()  
      protected abstract void onInfoLoaded​(LocalFallbackInfo info)
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Loader

        public Loader()
    • Method Detail

      • doInBackground

        protected LocalFallbackInfo doInBackground()
                                            throws java.lang.Exception
        Specified by:
        doInBackground in class javax.swing.SwingWorker<LocalFallbackInfo,​java.lang.Void>
        Throws:
        java.lang.Exception
      • done

        protected void done()
        Overrides:
        done in class javax.swing.SwingWorker<LocalFallbackInfo,​java.lang.Void>
      • onInfoLoaded

        protected abstract void onInfoLoaded​(LocalFallbackInfo info)
        Called when the fallback information has been loaded. Will never be called if fallback gateway was not found.