org.getopt.luke
Class ProgressNotification

java.lang.Object
  extended by org.getopt.luke.ProgressNotification

public class ProgressNotification
extends java.lang.Object


Field Summary
 boolean aborted
           
 int curValue
           
 int maxValue
           
 java.lang.String message
           
 int minValue
           
 
Constructor Summary
ProgressNotification()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curValue

public int curValue

minValue

public int minValue

maxValue

public int maxValue

aborted

public boolean aborted

message

public java.lang.String message
Constructor Detail

ProgressNotification

public ProgressNotification()