Package org.topbraid.jenax.progress
-
Interface Summary Interface Description ProgressMonitor Inspired by the Eclipse IProgressMonitor, this interface supports monitoring long-running processes with intermediate status messages and the ability to cancel. -
Class Summary Class Description NullProgressMonitor A ProgressMonitor that doesn't "do" anything.SimpleProgressMonitor A simple implementation of ProgressMonitor that prints messages to System.out.