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

com.serialpundit.serial.internal.ISerialComFTPProgress Maven / Gradle / Ivy

The newest version!
/*
 * This file is part of SerialPundit.
 * 
 * Copyright (C) 2014-2016, Rishi Gupta. All rights reserved.
 *
 * The SerialPundit is DUAL LICENSED. It is made available under the terms of the GNU Affero 
 * General Public License (AGPL) v3.0 for non-commercial use and under the terms of a commercial 
 * license for commercial use of this software. 
 * 
 * The SerialPundit is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

package com.serialpundit.serial.internal;

/**
 * 

This interface is extended by file transfer protocol specific progress listener interfaces.

* *

The graphical user interface applications may want to show progress for example * using a progress bar to inform user about how much data have been sent to receiver * end. Such applications can use this interface for this purpose.

* * @author Rishi Gupta */ public interface ISerialComFTPProgress { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy