View Javadoc

1   /**
2    * IProgressBarContract.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6    */
7   
8   package org.sirius.server.win32lib.controls.progressbar;
9   
10  public interface IProgressBarContract extends java.rmi.Remote {
11      public java.lang.Double getLowerBound(java.lang.Integer hwnd)
12              throws java.rmi.RemoteException;
13  
14      public java.lang.Double getPosition(java.lang.Integer hwnd)
15              throws java.rmi.RemoteException;
16  
17      public java.lang.Double getUpperBound(java.lang.Integer hwnd)
18              throws java.rmi.RemoteException;
19  
20      public void setPosition(java.lang.Integer hwnd, java.lang.Double pos)
21              throws java.rmi.RemoteException;
22  }