Class AbstractManagerPanel.GatewayInvokeWorker

  • All Implemented Interfaces:
    java.lang.Runnable, java.util.concurrent.Future<UIResponse>
    Enclosing class:
    AbstractManagerPanel

    protected abstract class AbstractManagerPanel.GatewayInvokeWorker
    extends com.jidesoft.utils.SwingWorker<UIResponse,​java.lang.Void>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.jidesoft.utils.SwingWorker

        com.jidesoft.utils.SwingWorker.StateValue
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected GatewayInvokeWorker()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected UIResponse doInBackground()  
      protected abstract UIResponse doInBackground​(GatewayInterface gi)  
      protected void done()  
      • Methods inherited from class com.jidesoft.utils.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

      • GatewayInvokeWorker

        protected GatewayInvokeWorker()
    • Method Detail

      • doInBackground

        protected UIResponse doInBackground()
                                     throws java.lang.Exception
        Specified by:
        doInBackground in class com.jidesoft.utils.SwingWorker<UIResponse,​java.lang.Void>
        Throws:
        java.lang.Exception
      • doInBackground

        protected abstract UIResponse doInBackground​(GatewayInterface gi)
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • done

        protected void done()
        Overrides:
        done in class com.jidesoft.utils.SwingWorker<UIResponse,​java.lang.Void>