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
RemoteExceptionDouble getPosition(Integer hwnd) throws RemoteException
RemoteExceptionDouble getUpperBound(Integer hwnd) throws RemoteException
RemoteExceptionvoid setPosition(Integer hwnd, Double pos) throws RemoteException
RemoteExceptionCopyright © 2013. All rights reserved.