com.ice.tar

Interface TarProgressDisplay

Known Implementing Classes:
tar

public interface TarProgressDisplay

This interface is provided to TarArchive to display progress information during operation. This is required to display the results of the 'list' operation.

Method Summary

void
showTarProgressMessage(String msg)
Display a progress message.

Method Details

showTarProgressMessage

public void showTarProgressMessage(String msg)
Display a progress message.
Parameters:
msg - The message to display.

This software has been placed into the public domain.