Ignore:
Timestamp:
2003-07-25T16:31:18+12:00 (21 years ago)
Author:
jmt12
Message:

Added extra method so that progress monitors can be told that the collection is in the middle of saving.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/shell/GShellProgressMonitor.java

    r4364 r5034  
    7474     */
    7575    public boolean hasSignalledStop();
     76
    7677    /** Inform the progress bar that it should programatically increment progress by one step. */
    7778    public void increment();
     
    8081     */
    8182    public void parse(String line);
     83
     84    public void saving();
     85
    8286    /** Since the creator of this process monitor is actually in the GUI, this class provides the simpliest way to send a cancel process message between the two.
    8387     * @param state The desired state of the stop flag as a <strong>boolean</strong>.
Note: See TracChangeset for help on using the changeset viewer.