All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.threerings.getdown.util.ProgressObserver Maven / Gradle / Ivy

The newest version!
//
// Getdown - application installer, patcher and launcher
// Copyright (C) 2004-2018 Getdown authors
// https://github.com/threerings/getdown/blob/master/LICENSE

package com.threerings.getdown.util;

/**
 * Used to communicate progress.
 */
public interface ProgressObserver
{
    /**
     * Informs the observer that we have completed the specified
     * percentage of the process.
     */
    void progress (int percent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy