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 IProgressBarContract
RemoteException
public Double getPosition(Integer hwnd) throws RemoteException
getPosition
in interface IProgressBarContract
RemoteException
public Double getUpperBound(Integer hwnd) throws RemoteException
getUpperBound
in interface IProgressBarContract
RemoteException
public void setEndpoint(String endpoint)
public void setPosition(Integer hwnd, Double pos) throws RemoteException
setPosition
in interface IProgressBarContract
RemoteException
Copyright © 2013. All rights reserved.