/[libvob]/libvob/org/nongnu/libvob/input/BoundedFloatModel.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/input/BoundedFloatModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Sun Jun 29 09:25:24 2003 UTC revision 1.2 by tjl, Mon Aug 4 07:22:00 2003 UTC
# Line 7  import java.util.*; Line 7  import java.util.*;
7   * The state is guaranteed to be consistent after   * The state is guaranteed to be consistent after
8   * each call to any of the objects:   * each call to any of the objects:
9   * minimum <= value <= maximum.   * minimum <= value <= maximum.
10     * <p>
11     * The method names are rather self-explanatory.
12   */   */
13  public interface BoundedFloatModel extends Model {  public interface BoundedFloatModel extends Model {
14      void setMaximum(double _);      void setMaximum(double _);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26