org.globus.cog.gridface.interfaces
Interface GridFTPPanel

All Superinterfaces:
GridFace
All Known Implementing Classes:
GridFTPPanelImpl

public interface GridFTPPanel
extends GridFace


Method Summary
 void error(String description, String error)
           
 void loadTransfers()
           
 void saveTransfers()
           
 void transferFinished(long size, float rate)
           
 
Methods inherited from interface org.globus.cog.gridface.interfaces.GridFace
lastUpdateTime, register, setLabel, setName, update
 

Method Detail

saveTransfers

public void saveTransfers()

loadTransfers

public void loadTransfers()

transferFinished

public void transferFinished(long size,
                             float rate)

error

public void error(String description,
                  String error)