Class AbstractClientService.AsyncResult

java.lang.Object
org.eclipse.ecf.remoteservice.client.AbstractClientService.AsyncResult
All Implemented Interfaces:
org.eclipse.equinox.concurrent.future.IProgressRunnable
Enclosing class:
AbstractClientService

protected class AbstractClientService.AsyncResult extends Object implements org.eclipse.equinox.concurrent.future.IProgressRunnable
inner class implementing the asynchronous result object. This implementation also provides the calling infrastructure.
  • Constructor Details

  • Method Details

    • run

      public Object run(org.eclipse.core.runtime.IProgressMonitor monitor) throws Exception
      Specified by:
      run in interface org.eclipse.equinox.concurrent.future.IProgressRunnable
      Throws:
      Exception