com.intel.gpe.client2.providers
Class ProgressAsyncProvider

java.lang.Object
  extended by com.intel.gpe.client2.providers.ProgressAsyncProvider
All Implemented Interfaces:
AsyncClient

public class ProgressAsyncProvider
extends java.lang.Object
implements AsyncClient

Version:
$Id: ProgressAsyncProvider.java,v 1.2 2006/09/28 12:00:24 vashorin Exp $
Author:
Alexander Lukichev

Constructor Summary
ProgressAsyncProvider(StatusPanel statusPanel, AsyncClient asyncClient)
           
 
Method Summary
 void executeRequest(Request request, com.intel.gpe.util.observer.IObserver observer)
          Execute request
 void executeRequest(Request request, IObserver observer)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressAsyncProvider

public ProgressAsyncProvider(StatusPanel statusPanel,
                             AsyncClient asyncClient)
Method Detail

executeRequest

public void executeRequest(Request request,
                           com.intel.gpe.util.observer.IObserver observer)
Description copied from interface: AsyncClient
Execute request

Specified by:
executeRequest in interface AsyncClient

executeRequest

@Deprecated
public void executeRequest(Request request,
                                      IObserver observer)
Deprecated. 

Description copied from interface: AsyncClient
Execute request

Specified by:
executeRequest in interface AsyncClient


Copyright © 2008. All Rights Reserved.