package com.ice.tar; public interface TarProgressDisplay { void showTarProgressMessage(String str); }