Changeset 4642 in josm


Ignore:
Timestamp:
Dec 8, 2011 2:33:10 AM (18 months 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.