org.gamenet.application.mm8leveleditor.lod
Interface ProgressDisplayer

All Known Implementing Classes:
UnlodFrame

public interface ProgressDisplayer


Method Summary
 void displayErrorPanel(String error)
           
 ProgressMonitor getProgressMonitor(Object message, String note, int progressMin, int progressMax)
           
 

Method Detail

displayErrorPanel

public void displayErrorPanel(String error)

getProgressMonitor

public ProgressMonitor getProgressMonitor(Object message,
                                          String note,
                                          int progressMin,
                                          int progressMax)