public class ISliderContractProxy extends Object implements ISliderContract
Constructor and Description |
---|
ISliderContractProxy() |
ISliderContractProxy(String endpoint) |
Modifier and Type | Method and Description |
---|---|
String |
getEndpoint() |
ISliderContract |
getISliderContract() |
Double |
getLargeStep(Integer hwnd) |
Double |
getLowerBound(Integer hwnd) |
Double |
getPosition(Integer hwnd) |
Double |
getSmallStep(Integer hwnd) |
Double |
getUpperBound(Integer hwnd) |
void |
setEndpoint(String endpoint) |
void |
setPosition(Integer hwnd,
Double pos) |
public ISliderContractProxy()
public ISliderContractProxy(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public ISliderContract getISliderContract()
public Double getLowerBound(Integer hwnd) throws RemoteException
getLowerBound
in interface ISliderContract
RemoteException
public Double getPosition(Integer hwnd) throws RemoteException
getPosition
in interface ISliderContract
RemoteException
public Double getUpperBound(Integer hwnd) throws RemoteException
getUpperBound
in interface ISliderContract
RemoteException
public void setPosition(Integer hwnd, Double pos) throws RemoteException
setPosition
in interface ISliderContract
RemoteException
public Double getSmallStep(Integer hwnd) throws RemoteException
getSmallStep
in interface ISliderContract
RemoteException
public Double getLargeStep(Integer hwnd) throws RemoteException
getLargeStep
in interface ISliderContract
RemoteException
Copyright © 2013. All rights reserved.