tools
Interface IsAMonitor

All Known Implementing Classes:
MazeWizardFrame

public interface IsAMonitor


Method Summary
 void notifyFinished(java.lang.String results)
           
 boolean pauseRequested()
           
 boolean stopRequested()
           
 void updateProgress(int newValue)
           
 

Method Detail

updateProgress

void updateProgress(int newValue)

notifyFinished

void notifyFinished(java.lang.String results)

stopRequested

boolean stopRequested()

pauseRequested

boolean pauseRequested()