Revision 19329 trunk/libraries/libTopology/src/com/iver/utiles/swing/threads/CancellableProgressTask.java

View differences:

CancellableProgressTask.java
70 70
	 * Primary message that describes the logic of the task this IMonitorableTask
71 71
	 * is doing.
72 72
	 */
73
	String statusMessage;
73
	protected String statusMessage;
74 74
	
75 75
	/**
76 76
	 * Secondary message that describes the current step that
77 77
	 * the task is doing.
78 78
	 */
79
	String currentNote;
79
	protected String currentNote;
80 80
	
81 81
	/**
82 82
	 * Marks if this process is finished.
83 83
	 */
84
	boolean finished;
84
	protected boolean finished;
85 85
	
86 86
	/**
87 87
	 * String connector to link the currentStep with the total number of steps

Also available in: Unified diff