public interface IProgressBarContract extends Remote
Modifier and Type | Method and Description |
---|---|
Double |
getLowerBound(Integer hwnd) |
Double |
getPosition(Integer hwnd) |
Double |
getUpperBound(Integer hwnd) |
void |
setPosition(Integer hwnd,
Double pos) |
Double getLowerBound(Integer hwnd) throws RemoteException
RemoteException
Double getPosition(Integer hwnd) throws RemoteException
RemoteException
Double getUpperBound(Integer hwnd) throws RemoteException
RemoteException
void setPosition(Integer hwnd, Double pos) throws RemoteException
RemoteException
Copyright © 2013. All rights reserved.