public class IProgressBarContractProxy extends Object implements IProgressBarContract
| Constructor and Description | 
|---|
| IProgressBarContractProxy() | 
| IProgressBarContractProxy(String endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndpoint() | 
| IProgressBarContract | getIProgressBarContract() | 
| Double | getLowerBound(Integer hwnd) | 
| Double | getPosition(Integer hwnd) | 
| Double | getUpperBound(Integer hwnd) | 
| void | setEndpoint(String endpoint) | 
| void | setPosition(Integer hwnd,
           Double pos) | 
public IProgressBarContractProxy()
public IProgressBarContractProxy(String endpoint)
public String getEndpoint()
public IProgressBarContract getIProgressBarContract()
public Double getLowerBound(Integer hwnd) throws RemoteException
getLowerBound in interface IProgressBarContractRemoteExceptionpublic Double getPosition(Integer hwnd) throws RemoteException
getPosition in interface IProgressBarContractRemoteExceptionpublic Double getUpperBound(Integer hwnd) throws RemoteException
getUpperBound in interface IProgressBarContractRemoteExceptionpublic void setEndpoint(String endpoint)
public void setPosition(Integer hwnd, Double pos) throws RemoteException
setPosition in interface IProgressBarContractRemoteExceptionCopyright © 2013. All rights reserved.