Changeset 929


Ignore:
Timestamp:
11/15/14 17:45:40 (10 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/MessageBay.java

    r919 r929  
    478478                }
    479479               
     480                public void UpdateMessage(final String text, final int newProgress) throws Exception {
     481                        this.message = text;
     482                        set(newProgress);
     483                }
     484               
     485                public String GetMessage() {
     486                        return message;
     487                }
     488               
    480489                /**
    481490                 *
Note: See TracChangeset for help on using the changeset viewer.