109110111112113114115116117
* Sets this progress to finished and fires finished event. * * @param finished the finished */ public void setFinished(boolean finished) { this.fireEvent(new MTEvent(this)); this.finished = finished; }