Package org.geotools.util

Examples of org.geotools.util.ProgressListener.complete()


        progress.progress( 1.0f );
        assertEquals("test finished", 100.0, monitor.work, 0.01 );
        assertEquals("test finished", 100.0, monitor.total, 0.01 );
       
        assertEquals("almost done", false, monitor.done );      
        progress.complete();
        assertEquals("test done", true, monitor.done );
       
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.