Changeset 4642 in josm for trunk


Ignore:
Timestamp:
2011-12-08T02:33:10+01:00 (13 years ago)
Author:
Don-vip
Message:

Accessors on ChildProgress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/progress/ChildProgress.java

    r4641 r4642  
    1111        this.parent = parent;
    1212        this.internal = internal;
     13    }
     14
     15    public final AbstractProgressMonitor getParent() {
     16        return parent;
     17    }
     18
     19    public final boolean isInternal() {
     20        return internal;
    1321    }
    1422
Note: See TracChangeset for help on using the changeset viewer.